Home
last modified time | relevance | path

Searched refs:CurrentRuntimeFromIsolate (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fxjs/
DJS_Define.h68 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSPropGetter()
96 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSPropSetter()
120 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSMethod()
Dcjs_global.cpp36 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropQuery()
56 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropGet()
84 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropPut()
107 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropDel()
504 CJS_Runtime* pRuntime = CJS_Runtime::CurrentRuntimeFromIsolate( in PutObjectProperty()
Dcjs_runtime.h30 static CJS_Runtime* CurrentRuntimeFromIsolate(v8::Isolate* pIsolate);
Dcjs_globalarrays.cpp19 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); \
Dcjs_runtime.cpp65 CJS_Runtime* CJS_Runtime::CurrentRuntimeFromIsolate(v8::Isolate* pIsolate) { in CurrentRuntimeFromIsolate() function in CJS_Runtime
DJS_Define.cpp235 CJS_Runtime::CurrentRuntimeFromIsolate(pIsolate)->NewString( in JS_DateParse()
Dcjs_publicmethods.cpp123 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSGlobalFunc()