Searched refs:GetCurrentContext (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/fpdfsdk/src/jsapi/ |
D | fxjs_v8.cpp | 329 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JS_Parse() 347 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JS_Execute() 366 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JS_NewFxDynamicObj() 423 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JS_GetThisObj() 530 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JS_GetPrivate() 568 …if (!pObj->Get(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName)).ToLocal(&va… in JS_GetObjectElement() 576 …if (!pObj->GetPropertyNames(pJSRuntime->GetCurrentContext()).ToLocal(&val)) return v8::Local<v8::A… in JS_GetObjectElementNames() 583 …pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime, PropertyName), WSToJSString(pJ… in JS_PutObjectString() 589 …pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),v8::Int32::New(pJ… in JS_PutObjectNumber() 595 …pObj->Set(pJSRuntime->GetCurrentContext(), WSToJSString(pJSRuntime,PropertyName),v8::Number::New(p… in JS_PutObjectNumber() [all …]
|
/external/pdfium/fpdfsdk/include/javascript/ |
D | JS_Define.h | 60 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JSPropGetter() 64 IFXJS_Context* pContext = pRuntime->GetCurrentContext(); in JSPropGetter() 84 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JSPropSetter() 88 IFXJS_Context* pContext = pRuntime->GetCurrentContext(); in JSPropSetter() 121 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JSMethod() 125 IFXJS_Context* cc = pRuntime->GetCurrentContext(); in JSMethod() 252 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JSSpecialPropGet() 256 IFXJS_Context* pRuntimeContext = pRuntime->GetCurrentContext(); in JSSpecialPropGet() 277 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in JSSpecialPropPut() 281 IFXJS_Context* pRuntimeContext = pRuntime->GetCurrentContext(); in JSSpecialPropPut() [all …]
|
D | JS_Runtime.h | 40 virtual IFXJS_Context* GetCurrentContext();
|
D | IJavaScript.h | 81 virtual IFXJS_Context* GetCurrentContext() = 0;
|
/external/v8/test/cctest/compiler/ |
D | test-run-deopt.cc | 24 Local<v8::Context> context = isolate->GetCurrentContext(); in InstallIsOptimizedHelper()
|
D | test-run-inlining.cc | 33 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in InstallAssertInlineCountHelper()
|
/external/v8/samples/ |
D | lineprocessor.cc | 194 isolate->GetCurrentContext(), in RunMain() 239 result = process_fun->Call(isolate->GetCurrentContext()->Global(), in RunCppCycle()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | JS_Runtime.cpp | 212 IFXJS_Context* CJS_Runtime::GetCurrentContext() in GetCurrentContext() function in CJS_Runtime
|
/external/v8/test/cctest/ |
D | cctest.h | 146 return isolate()->GetCurrentContext()->Global(); in global()
|
D | test-accessors.cc | 542 CHECK(expected_current_context == info.GetIsolate()->GetCurrentContext()); in check_contexts()
|
D | test-debug.cc | 147 v8::Local<v8::Object> global = isolate->GetCurrentContext()->Global(); in CompileFunction() 6841 v8::Handle<v8::Context> current = info.GetIsolate()->GetCurrentContext(); in NamedGetterWithCallingContextCheck() 6860 CHECK(debugger_context == CcTest::isolate()->GetCurrentContext()); in DebugEventGetAtgumentPropertyValue()
|
D | test-api.cc | 5215 args.GetIsolate()->GetCurrentContext()->Global(); in CThrowCountDown() 7697 info.GetIsolate()->GetCurrentContext()->Global(); in PGetter() 7732 info.GetIsolate()->GetCurrentContext()->Global(); in PGetter2() 8485 args.GetIsolate()->GetCurrentContext()->Global(); in TroubleCallback() 9123 info.GetIsolate()->GetCurrentContext()->Global()->Get(v8_str("x"))); in GetThisX() 9248 return CcTest::isolate()->GetCurrentContext()->Global()->Equals(global) || in NamedAccessBlocker() 9257 return CcTest::isolate()->GetCurrentContext()->Global()->Equals(global) || in IndexedAccessBlocker() 15657 CHECK(args.GetIsolate()->GetCurrentContext() == calling_context0); in GetCallingContextCallback() 15671 v8::Local<v8::Context> current = v8_isolate->GetCurrentContext(); in THREADED_TEST()
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_api.c | 100 GetCurrentContext(void) in GetCurrentContext() function 1218 return GetCurrentContext(); in glXGetCurrentContext()
|
/external/v8/include/ |
D | v8.h | 4583 Local<Context> GetCurrentContext();
|
/external/v8/src/ |
D | api.cc | 6370 v8::Local<v8::Context> Isolate::GetCurrentContext() { in GetCurrentContext() function in v8::Isolate
|