HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentContext (Results 26 - 50 of 64) sorted by null

12 3

  /external/v8/test/cctest/
trace-extension.cc 46 v8::Local<v8::Context> context = isolate->GetCurrentContext();
test-func-name-inference.cc 98 isolate->GetCurrentContext(),
539 script->Run(CcTest::isolate()->GetCurrentContext()).ToLocalChecked();
test-compiler.cc 295 v8::Local<v8::Context> context = CcTest::isolate()->GetCurrentContext();
337 v8::Local<v8::Context> context = CcTest::isolate()->GetCurrentContext();
709 obj->Get(CcTest::isolate()->GetCurrentContext(), v8_str(property_name))
771 v8::Local<v8::Context> context = isolate->GetCurrentContext();
test-log-stack-tracer.cc 94 v8::Local<v8::Context> context = args.GetIsolate()->GetCurrentContext();
test-profile-generator.cc 602 script_a->Run(v8::Isolate::GetCurrent()->GetCurrentContext())
608 script_b->Run(v8::Isolate::GetCurrent()->GetCurrentContext())
656 ->Get(v8::Isolate::GetCurrent()->GetCurrentContext(),
710 script->Run(v8::Isolate::GetCurrent()->GetCurrentContext()).ToLocalChecked();
test-api.cc 114 args.GetIsolate()->GetCurrentContext(),
118 args.GetIsolate()->GetCurrentContext(),
124 CHECK(result->Set(args.GetIsolate()->GetCurrentContext(),
211 ->Equals(isolate->GetCurrentContext(),
213 ->ToString(isolate->GetCurrentContext())
    [all...]
test-debug.cc 137 v8::Local<v8::Context> context = isolate->GetCurrentContext();
194 return value->Int32Value(isolate->GetCurrentContext()).FromJust();
218 return value->Int32Value(isolate->GetCurrentContext()).FromJust();
245 return value->Int32Value(isolate->GetCurrentContext()).FromJust();
522 v8::Local<v8::Context> context = CcTest::isolate()->GetCurrentContext();
614 v8::Local<v8::Context> context = CcTest::isolate()->GetCurrentContext();
690 v8::Local<v8::Context> context = isolate->GetCurrentContext();
776 v8::Local<v8::Context> context = CcTest::isolate()->GetCurrentContext();
    [all...]
test-parsing.cc 236 v8::ScriptCompiler::Compile(isolate->GetCurrentContext(), &script_source,
244 v8::ScriptCompiler::Compile(isolate->GetCurrentContext(), &script_source,
285 v8::ScriptCompiler::Compile(isolate->GetCurrentContext(), &good_source,
301 CompileRun(isolate->GetCurrentContext(), &bad_source,
304 CHECK_EQ(25, result->Int32Value(isolate->GetCurrentContext()).FromJust());
    [all...]
test-strings.cc     [all...]
test-feedback-vector.cc 27 v8::Isolate::GetCurrent()->GetCurrentContext(), v8_str(name));
  /external/v8/test/cctest/compiler/
test-run-inlining.cc 33 ->ToInt32(args.GetIsolate()->GetCurrentContext())
41 v8::Local<v8::Context> context = isolate->GetCurrentContext();
test-run-bytecode-graph-builder.cc 118 ->Get(CcTest::isolate()->GetCurrentContext(), v8_str(functionName))
    [all...]
  /external/v8/src/
d8-posix.cc 190 command_args->Get(isolate->GetCurrentContext(),
235 ->Int32Value(args.GetIsolate()->GetCurrentContext())
248 ->Int32Value(args.GetIsolate()->GetCurrentContext())
593 args[0]->Int32Value(args.GetIsolate()->GetCurrentContext()).FromJust());
665 ->Int32Value(args.GetIsolate()->GetCurrentContext())
d8.cc 339 Local<Context> context(isolate->GetCurrentContext());
463 ->Int32Value(args.GetIsolate()->GetCurrentContext())
508 ->ToObject(isolate->GetCurrentContext())
606 args[1]->ToString(isolate->GetCurrentContext()).ToLocalChecked());
664 if (!arg->ToString(args.GetIsolate()->GetCurrentContext())
802 Local<Context> context = isolate->GetCurrentContext();
884 ->Int32Value(args->GetIsolate()->GetCurrentContext())
928 Maybe<int> maybeline = message->GetLineNumber(isolate->GetCurrentContext());
932 if (message->GetSourceLine(isolate->GetCurrentContext())
940 message->GetStartColumn(isolate->GetCurrentContext()).FromJust()
    [all...]
api.cc 150 ->GetCurrentContext();
    [all...]
  /external/v8/samples/
process.cc 230 Local<Context> context(GetIsolate()->GetCurrentContext());
352 templ->NewInstance(GetIsolate()->GetCurrentContext()).ToLocalChecked();
466 templ->NewInstance(GetIsolate()->GetCurrentContext()).ToLocalChecked();
shell.cc 233 args[0]->Int32Value(args.GetIsolate()->GetCurrentContext()).FromMaybe(0);
354 v8::Local<v8::Context> context(isolate->GetCurrentContext());
396 v8::Local<v8::Context> context(isolate->GetCurrentContext());
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 204 IJS_Context* CJS_Runtime::GetCurrentContext() {
275 v8::Local<v8::Context> old_context = GetIsolate()->GetCurrentContext();
JS_Value.cpp 796 v8::Local<v8::Context> context = pIsolate->GetCurrentContext();
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]
  /external/v8/src/wasm/
wasm-js.cc 303 Local<Context> context = isolate->GetCurrentContext();
329 Local<Context> context = isolate->GetCurrentContext();
366 Local<Context> context = isolate->GetCurrentContext();
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/runtime/
runtime-test.cc 259 if (!desc->NewInstance(v8_isolate->GetCurrentContext()).ToLocal(&obj)) {
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 100 GetCurrentContext(void)
    [all...]
  /external/pdfium/xfa/src/fxjse/src/
value.cpp 473 hBinderFunc->Call(m_pIsolate->GetCurrentContext()->Global(), 2, rgArgs);

Completed in 606 milliseconds

12 3