Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
DJS_Define.h43 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSPropGetter()
69 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSPropSetter()
109 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSMethod()
316 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropQuery()
338 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropGet()
367 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropPut()
393 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropDel()
421 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSGlobalFunc()
Dcjs_runtime.h31 static CJS_Runtime* CurrentRuntimeFromIsolate(v8::Isolate* pIsolate);
DConsts.cpp150 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); \
Dcjs_runtime.cpp54 CJS_Runtime* CJS_Runtime::CurrentRuntimeFromIsolate(v8::Isolate* pIsolate) { in CurrentRuntimeFromIsolate() function in CJS_Runtime
Dglobal.cpp321 CJS_Runtime* pRuntime = CJS_Runtime::CurrentRuntimeFromIsolate( in PutObjectProperty()
DJS_Value.cpp681 CJS_Runtime::CurrentRuntimeFromIsolate(pIsolate)->NewString( in JS_DateParse()