/external/pdfium/fxjs/ |
D | cjs_v8.cpp | 26 if (!pObj->Get(m_isolate->GetCurrentContext(), in GetObjectProperty() 39 v8::Local<v8::Context> context = m_isolate->GetCurrentContext(); in GetObjectPropertyNames() 56 pObj->Set(m_isolate->GetCurrentContext(), in PutObjectProperty() 70 if (pArray->Set(m_isolate->GetCurrentContext(), index, pValue).IsNothing()) in PutArrayElement() 80 if (!pArray->Get(m_isolate->GetCurrentContext(), index).ToLocal(&val)) in GetArrayElement() 138 return v8::Date::New(m_isolate->GetCurrentContext(), d) in NewDate() 146 v8::Local<v8::Context> context = m_isolate->GetCurrentContext(); in ToInt32() 156 v8::Local<v8::Context> context = m_isolate->GetCurrentContext(); in ToBoolean() 166 v8::Local<v8::Context> context = m_isolate->GetCurrentContext(); in ToDouble() 176 v8::Local<v8::Context> context = m_isolate->GetCurrentContext(); in ToWideString() [all …]
|
D | fxjs_v8.cpp | 266 pIsolate->GetCurrentContext()->GetAlignedPointerFromEmbedderData( in CurrentEngineFromIsolate() 464 v8::Local<v8::Context> context = GetIsolate()->GetCurrentContext(); in Execute() 485 v8::Local<v8::Context> context = GetIsolate()->GetCurrentContext(); in NewFxDynamicObj() 526 v8::Local<v8::Context> context = GetIsolate()->GetCurrentContext(); in GetThisObj() 547 v8::Local<v8::Context> context = GetIsolate()->GetCurrentContext(); in GetObjectPrivate()
|
D | cfxjse_context.cpp | 75 hMessage->GetStartColumn(pIsolate->GetCurrentContext()); in CreateReturnValue() 77 maybe_int = hMessage->GetEndColumn(pIsolate->GetCurrentContext()); in CreateReturnValue()
|
D | cfxjse_value.cpp | 206 ->HasOwnProperty(m_pIsolate->GetCurrentContext(), hKey) in HasObjectOwnProperty() 223 m_pIsolate->GetCurrentContext(), in SetObjectOwnProperty() 256 hBinderFunc->Call(m_pIsolate->GetCurrentContext()->Global(), 2, rgArgs); in SetFunctionBind()
|
D | cfxjse_class.cpp | 70 ->ObjectProtoToString(info.GetIsolate()->GetCurrentContext()) in Context_GlobalObjToString() 129 v8::Function::New(pValue->GetIsolate()->GetCurrentContext(), in DynPropGetterAdapter()
|
D | cjs_runtime.cpp | 283 value->ToNumber(pIsolate->GetCurrentContext()); in MaybeCoerceToNumber()
|
/external/v8/src/extensions/ |
D | statistics-extension.cc | 30 object->Set(isolate->GetCurrentContext(), in AddCounter() 41 ->Set(isolate->GetCurrentContext(), in AddNumber() 53 object->Set(isolate->GetCurrentContext(), in AddNumber64() 68 ->BooleanValue(args.GetIsolate()->GetCurrentContext()) in GetCounters()
|
D | gc-extension.cc | 22 ->BooleanValue(args.GetIsolate()->GetCurrentContext()) in GC()
|
D | externalize-string-extension.cc | 74 ->BooleanValue(args.GetIsolate()->GetCurrentContext()) in Externalize()
|
/external/v8/src/inspector/ |
D | v8-injected-script-host.cc | 89 ->SetPrototype(isolate->GetCurrentContext(), v8::Null(isolate)) in nullifyPrototypeCallback() 121 isolate->GetCurrentContext(), v8::Local<v8::Object>::Cast(value)); in subtypeCallback() 207 ->internalProperties(isolate->GetCurrentContext(), info[0]) in getInternalPropertiesCallback() 213 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in getInternalPropertiesCallback() 252 ->HasOwnProperty(info.GetIsolate()->GetCurrentContext(), in objectHasOwnPropertyCallback() 266 v8::Local<v8::Context> context = info.GetIsolate()->GetCurrentContext(); in bindCallback()
|
D | injected-script-native.cc | 24 injectedScriptHost->SetPrivate(m_isolate->GetCurrentContext(), privateKey, in setOnInjectedScriptHost() 31 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in fromInjectedScriptHost()
|
D | v8-debugger.cc | 149 v8::Local<v8::Context> context = m_isolate->GetCurrentContext(); in callDebuggerMethod() 350 if (!v8::Function::New(m_isolate->GetCurrentContext(), in breakProgram() 434 v8::Local<v8::Context> context = m_isolate->GetCurrentContext(); in setScriptSource() 518 thisPtr->m_isolate->GetCurrentContext(); in breakProgramCallback() 560 v8::Local<v8::Context> context = m_isolate->GetCurrentContext(); in handleProgramBreak() 807 ? m_inspector->contextGroupId(m_isolate->GetCurrentContext()) in createStackTrace() 870 ? m_inspector->contextGroupId(m_isolate->GetCurrentContext()) in asyncTaskScheduled() 958 m_inspector->contextGroupId(m_isolate->GetCurrentContext()); in captureStackTrace()
|
D | v8-console.cc | 36 m_context(info.GetIsolate()->GetCurrentContext()), in ConsoleHelper() 488 info.GetIsolate()->GetCurrentContext()) in memoryGetterCallback() 510 if (!obj->GetOwnPropertyNames(isolate->GetCurrentContext()).ToLocal(&names)) in keysCallback() 524 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in valuesCallback() 660 info.GetReturnValue().Set(object->get(isolate->GetCurrentContext())); in inspectedObject() 863 v8::Local<v8::Context> context = info.GetIsolate()->GetCurrentContext(); in accessorGetterCallback() 892 v8::Local<v8::Context> context = info.GetIsolate()->GetCurrentContext(); in accessorSetterCallback()
|
D | v8-console-message.cc | 117 if (object->ObjectProtoToString(m_isolate->GetCurrentContext()) in append() 122 if (!value->ToString(m_isolate->GetCurrentContext()).ToLocal(&stringValue)) in append()
|
/external/v8/src/wasm/ |
D | wasm-js.cc | 68 Local<Context> context = isolate->GetCurrentContext(); in GetFirstArgumentAsModule() 182 Local<Context> context = isolate->GetCurrentContext(); in WebAssemblyCompile() 326 Local<Context> context = isolate->GetCurrentContext(); in WebAssemblyInstantiate() 415 Local<Context> context = isolate->GetCurrentContext(); in WebAssemblyTable() 468 Local<Context> context = isolate->GetCurrentContext(); in WebAssemblyMemory() 508 Local<Context> context = isolate->GetCurrentContext(); in WebAssemblyTableGetLength() 527 Local<Context> context = isolate->GetCurrentContext(); in WebAssemblyTableGrow() 581 Local<Context> context = isolate->GetCurrentContext(); in WebAssemblyTableGet() 610 Local<Context> context = isolate->GetCurrentContext(); in WebAssemblyTableSet() 659 Local<Context> context = isolate->GetCurrentContext(); in WebAssemblyMemoryGrow() [all …]
|
/external/v8/src/ |
D | d8-posix.cc | 182 command_args->Get(isolate->GetCurrentContext(), in Init() 227 ->Int32Value(args.GetIsolate()->GetCurrentContext()) in GetTimeouts() 240 ->Int32Value(args.GetIsolate()->GetCurrentContext()) in GetTimeouts() 581 args[0]->Int32Value(args.GetIsolate()->GetCurrentContext()).FromJust()); in SetUMask() 652 ->Int32Value(args.GetIsolate()->GetCurrentContext()) in MakeDirectory()
|
D | d8.cc | 482 Local<Context> context(isolate->GetCurrentContext()); in CompileString() 804 ->Int32Value(args.GetIsolate()->GetCurrentContext()) in RealmIndexOrThrow() 847 ->ToObject(isolate->GetCurrentContext()) in RealmOwner() 972 args[1]->ToString(isolate->GetCurrentContext()).ToLocalChecked()); in RealmEval() 1022 if (!arg->ToString(args.GetIsolate()->GetCurrentContext()) in WriteToFile() 1231 ->Int32Value(args->GetIsolate()->GetCurrentContext()) in QuitOnce() 1255 Local<Context> context = isolate->GetCurrentContext(); in ReportException() 1622 Maybe<int> maybeline = message->GetLineNumber(isolate->GetCurrentContext()); in PrintNonErrorsMessageCallback() 2052 Local<Context> context = isolate->GetCurrentContext(); in SendInspectorMessage() 2779 Local<Context> context = isolate->GetCurrentContext(); in SerializeValue() [all …]
|
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | GalliumContext.h | 34 context_id GetCurrentContext() { return fCurrentContext; }; in GetCurrentContext() function
|
/external/v8/src/runtime/ |
D | runtime-test.cc | 362 if (!desc->NewInstance(v8_isolate->GetCurrentContext()).ToLocal(&obj)) { in RUNTIME_FUNCTION() 370 ->NumberValue(v8::Isolate::GetCurrent()->GetCurrentContext()) in call_as_function() 373 ->NumberValue(v8::Isolate::GetCurrent()->GetCurrentContext()) in call_as_function() 388 v8_isolate->GetCurrentContext(); in RUNTIME_FUNCTION() 390 t->GetFunction(v8_isolate->GetCurrentContext()) in RUNTIME_FUNCTION() 392 ->NewInstance(v8_isolate->GetCurrentContext()) in RUNTIME_FUNCTION()
|
/external/v8/samples/ |
D | shell.cc | 223 args[0]->Int32Value(args.GetIsolate()->GetCurrentContext()).FromMaybe(0); in Quit() 344 v8::Local<v8::Context> context(isolate->GetCurrentContext()); in ExecuteString() 386 v8::Local<v8::Context> context(isolate->GetCurrentContext()); in ReportException()
|
D | process.cc | 219 Local<Context> context(GetIsolate()->GetCurrentContext()); in ExecuteScript() 341 templ->NewInstance(GetIsolate()->GetCurrentContext()).ToLocalChecked(); in WrapMap() 455 templ->NewInstance(GetIsolate()->GetCurrentContext()).ToLocalChecked(); in WrapRequest()
|
/external/libmojo/mojo/edk/js/ |
D | waiting_callback.cc | 57 v8::Handle<v8::Context> context = isolate->GetCurrentContext(); in WaitingCallback()
|
D | drain_data.cc | 24 v8::Handle<v8::Context> context(isolate_->GetCurrentContext()); in DrainData()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 334 EGLContext GetCurrentContext(void); 483 return egl::GetCurrentContext(); in eglGetCurrentContext() 599 this->eglGetCurrentContext = egl::GetCurrentContext; in LibEGLexports()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | glxapi.h | 71 GLXContext (*GetCurrentContext)(void); member
|