HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentContext (Results 1 - 25 of 32) sorted by null

1 2

  /external/v8/src/extensions/
gc-extension.cc 22 ->BooleanValue(args.GetIsolate()->GetCurrentContext())
statistics-extension.cc 30 object->Set(isolate->GetCurrentContext(),
41 ->Set(isolate->GetCurrentContext(),
53 object->Set(isolate->GetCurrentContext(),
68 ->BooleanValue(args.GetIsolate()->GetCurrentContext())
externalize-string-extension.cc 74 ->BooleanValue(args.GetIsolate()->GetCurrentContext())
  /external/mesa3d/src/gallium/targets/haiku-softpipe/
GalliumContext.h 34 context_id GetCurrentContext() { return fCurrentContext; };
SoftwareRenderer.cpp 90 if (!fContextObj->GetCurrentContext())
  /external/pdfium/fxjs/
fxjs_v8.cpp 258 pIsolate->GetCurrentContext()->GetAlignedPointerFromEmbedderData(
471 v8::Local<v8::Context> context = m_isolate->GetCurrentContext();
496 v8::Local<v8::Context> context = m_isolate->GetCurrentContext();
535 v8::Local<v8::Context> context = m_isolate->GetCurrentContext();
563 v8::Local<v8::Context> context = m_isolate->GetCurrentContext();
578 if (!pObj->Get(m_isolate->GetCurrentContext(),
591 v8::Local<v8::Context> context = m_isolate->GetCurrentContext();
608 pObj->Set(m_isolate->GetCurrentContext(),
623 if (pArray->Set(m_isolate->GetCurrentContext(), index, pValue).IsNothing())
633 if (!pArray->Get(m_isolate->GetCurrentContext(), index).ToLocal(&val)
    [all...]
cfxjse_context.cpp 141 hMessage->GetStartColumn(pIsolate->GetCurrentContext());
143 maybe_int = hMessage->GetEndColumn(pIsolate->GetCurrentContext());
cfxjse_value.cpp 217 ->HasOwnProperty(m_pIsolate->GetCurrentContext(), hKey)
234 m_pIsolate->GetCurrentContext(),
267 hBinderFunc->Call(m_pIsolate->GetCurrentContext()->Global(), 2, rgArgs);
315 hFunctionObject->CallAsConstructor(m_pIsolate->GetCurrentContext(),
328 m_pIsolate->GetCurrentContext(), hReceiver, nArgCount, lpLocalArgs);
cfxjse_class.cpp 123 ->ObjectProtoToString(info.GetIsolate()->GetCurrentContext())
176 v8::Function::New(pValue->GetIsolate()->GetCurrentContext(),
  /external/v8/src/inspector/
v8-injected-script-host.cc 89 ->SetPrototype(isolate->GetCurrentContext(), v8::Null(isolate))
121 isolate->GetCurrentContext(), v8::Local<v8::Object>::Cast(value));
207 ->internalProperties(isolate->GetCurrentContext(), info[0])
213 v8::Local<v8::Context> context = isolate->GetCurrentContext();
252 ->HasOwnProperty(info.GetIsolate()->GetCurrentContext(),
266 v8::Local<v8::Context> context = info.GetIsolate()->GetCurrentContext();
injected-script-native.cc 24 injectedScriptHost->SetPrivate(m_isolate->GetCurrentContext(), privateKey,
31 v8::Local<v8::Context> context = isolate->GetCurrentContext();
v8-debugger.cc 149 v8::Local<v8::Context> context = m_isolate->GetCurrentContext();
350 if (!v8::Function::New(m_isolate->GetCurrentContext(),
434 v8::Local<v8::Context> context = m_isolate->GetCurrentContext();
518 thisPtr->m_isolate->GetCurrentContext();
560 v8::Local<v8::Context> context = m_isolate->GetCurrentContext();
807 ? m_inspector->contextGroupId(m_isolate->GetCurrentContext())
    [all...]
v8-console.cc 36 m_context(info.GetIsolate()->GetCurrentContext()),
488 info.GetIsolate()->GetCurrentContext())
510 if (!obj->GetOwnPropertyNames(isolate->GetCurrentContext()).ToLocal(&names))
524 v8::Local<v8::Context> context = isolate->GetCurrentContext();
660 info.GetReturnValue().Set(object->get(isolate->GetCurrentContext()));
    [all...]
v8-console-message.cc 117 if (object->ObjectProtoToString(m_isolate->GetCurrentContext())
122 if (!value->ToString(m_isolate->GetCurrentContext()).ToLocal(&stringValue))
  /external/libmojo/mojo/edk/js/
waiting_callback.cc 57 v8::Handle<v8::Context> context = isolate->GetCurrentContext();
drain_data.cc 24 v8::Handle<v8::Context> context(isolate_->GetCurrentContext());
  /external/v8/src/wasm/
wasm-js.cc 68 Local<Context> context = isolate->GetCurrentContext();
182 Local<Context> context = isolate->GetCurrentContext();
326 Local<Context> context = isolate->GetCurrentContext();
415 Local<Context> context = isolate->GetCurrentContext();
468 Local<Context> context = isolate->GetCurrentContext();
508 Local<Context> context = isolate->GetCurrentContext();
527 Local<Context> context = isolate->GetCurrentContext();
581 Local<Context> context = isolate->GetCurrentContext();
610 Local<Context> context = isolate->GetCurrentContext();
659 Local<Context> context = isolate->GetCurrentContext();
    [all...]
  /external/v8/src/runtime/
runtime-test.cc 362 if (!desc->NewInstance(v8_isolate->GetCurrentContext()).ToLocal(&obj)) {
370 ->NumberValue(v8::Isolate::GetCurrent()->GetCurrentContext())
373 ->NumberValue(v8::Isolate::GetCurrent()->GetCurrentContext())
388 v8_isolate->GetCurrentContext();
390 t->GetFunction(v8_isolate->GetCurrentContext())
392 ->NewInstance(v8_isolate->GetCurrentContext())
  /external/v8/src/
d8-posix.cc 182 command_args->Get(isolate->GetCurrentContext(),
227 ->Int32Value(args.GetIsolate()->GetCurrentContext())
240 ->Int32Value(args.GetIsolate()->GetCurrentContext())
581 args[0]->Int32Value(args.GetIsolate()->GetCurrentContext()).FromJust());
652 ->Int32Value(args.GetIsolate()->GetCurrentContext())
d8.cc 482 Local<Context> context(isolate->GetCurrentContext());
804 ->Int32Value(args.GetIsolate()->GetCurrentContext())
847 ->ToObject(isolate->GetCurrentContext())
    [all...]
  /external/v8/samples/
process.cc 219 Local<Context> context(GetIsolate()->GetCurrentContext());
341 templ->NewInstance(GetIsolate()->GetCurrentContext()).ToLocalChecked();
455 templ->NewInstance(GetIsolate()->GetCurrentContext()).ToLocalChecked();
shell.cc 223 args[0]->Int32Value(args.GetIsolate()->GetCurrentContext()).FromMaybe(0);
344 v8::Local<v8::Context> context(isolate->GetCurrentContext());
386 v8::Local<v8::Context> context(isolate->GetCurrentContext());
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 71 GLXContext (*GetCurrentContext)(void);
  /external/swiftshader/src/OpenGL/libEGL/
main.cpp 232 NO_SANITIZE_FUNCTION egl::Context *getCurrentContext()
342 EGLContext GetCurrentContext(void);
491 return egl::GetCurrentContext();
607 this->eglGetCurrentContext = egl::GetCurrentContext;
623 this->clientGetCurrentContext = egl::getCurrentContext;
  /external/pdfium/fpdfsdk/javascript/
JS_Value.cpp 139 m_pValue->ToNumber(pIsolate->GetCurrentContext());
662 v8::Local<v8::Context> context = pIsolate->GetCurrentContext();

Completed in 1474 milliseconds

1 2