Home
last modified time | relevance | path

Searched refs:GetCurrentContext (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp329 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/
DJS_Define.h60 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 …]
DJS_Runtime.h40 virtual IFXJS_Context* GetCurrentContext();
DIJavaScript.h81 virtual IFXJS_Context* GetCurrentContext() = 0;
/external/v8/test/cctest/compiler/
Dtest-run-deopt.cc24 Local<v8::Context> context = isolate->GetCurrentContext(); in InstallIsOptimizedHelper()
Dtest-run-inlining.cc33 v8::Local<v8::Context> context = isolate->GetCurrentContext(); in InstallAssertInlineCountHelper()
/external/v8/samples/
Dlineprocessor.cc194 isolate->GetCurrentContext(), in RunMain()
239 result = process_fun->Call(isolate->GetCurrentContext()->Global(), in RunCppCycle()
/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.cpp212 IFXJS_Context* CJS_Runtime::GetCurrentContext() in GetCurrentContext() function in CJS_Runtime
/external/v8/test/cctest/
Dcctest.h146 return isolate()->GetCurrentContext()->Global(); in global()
Dtest-accessors.cc542 CHECK(expected_current_context == info.GetIsolate()->GetCurrentContext()); in check_contexts()
Dtest-debug.cc147 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()
Dtest-api.cc5215 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/
Dglx_api.c100 GetCurrentContext(void) in GetCurrentContext() function
1218 return GetCurrentContext(); in glXGetCurrentContext()
/external/v8/include/
Dv8.h4583 Local<Context> GetCurrentContext();
/external/v8/src/
Dapi.cc6370 v8::Local<v8::Context> Isolate::GetCurrentContext() { in GetCurrentContext() function in v8::Isolate