Lines Matching refs:v8

32 #include "src/v8.h"
44 using v8::Function;
45 using v8::Local;
46 using v8::Object;
47 using v8::Script;
48 using v8::String;
49 using v8::Value;
51 using v8::internal::byte;
52 using v8::internal::Address;
53 using v8::internal::Handle;
54 using v8::internal::Isolate;
55 using v8::internal::JSFunction;
56 using v8::internal::TickSample;
65 static bool IsAddressWithinFuncCode(v8::Local<v8::Context> context,
68 v8::Local<v8::Value> func = context->Global()->Get(v8_str(func_name));
70 JSFunction* js_func = JSFunction::cast(*v8::Utils::OpenHandle(*func));
78 static void construct_call(const v8::FunctionCallbackInfo<v8::Value>& args) {
105 void CreateFramePointerGrabberConstructor(v8::Local<v8::Context> context,
107 Local<v8::FunctionTemplate> constructor_template =
108 v8::FunctionTemplate::New(context->GetIsolate(), construct_call);
118 static void CreateTraceCallerFunction(v8::Local<v8::Context> context,
149 v8::HandleScope scope(CcTest::isolate());
150 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION);
151 v8::Context::Scope context_scope(context);
197 v8::HandleScope scope(CcTest::isolate());
198 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION);
199 v8::Context::Scope context_scope(context);
267 v8::HandleScope scope(CcTest::isolate());
268 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION);
269 v8::Context::Scope context_scope(context);
276 v8::HandleScope scope(CcTest::isolate());
277 v8::Local<v8::Context> context = CcTest::NewContext(TRACE_EXTENSION);
278 v8::Context::Scope context_scope(context);