Searched refs:FXJS_GetRuntimeFromIsolate (Results 1 – 3 of 3) sorted by relevance
82 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSPropGetter()108 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSPropSetter()147 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSMethod()370 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSSpecialPropGet()397 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSSpecialPropPut()420 IJS_Runtime* pRuntime = FXJS_GetRuntimeFromIsolate(isolate); in JSSpecialPropDel()445 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(info.GetIsolate())); in JSGlobalFunc()
146 IJS_Runtime* FXJS_GetRuntimeFromIsolate(v8::Isolate* pIsolate);
377 IJS_Runtime* FXJS_GetRuntimeFromIsolate(v8::Isolate* pIsolate) { in FXJS_GetRuntimeFromIsolate() function