mirror of https://github.com/nodejs/node.git
11 lines
206 B
C++
11 lines
206 B
C++
|
// Copyright 2006-2008 the V8 project authors. All rights reserved.
|
||
|
//
|
||
|
// Tests of the TokenLock class from lock.h
|
||
|
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
#include "v8.h"
|
||
|
#include "cctest.h"
|
||
|
|
||
|
using namespace ::v8::internal;
|