Lines Matching refs:CJS_Runtime
81 CJS_Runtime* pRuntime = in JSPropGetter()
82 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSPropGetter()
107 CJS_Runtime* pRuntime = in JSPropSetter()
108 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSPropSetter()
146 CJS_Runtime* pRuntime = in JSMethod()
147 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSMethod()
369 CJS_Runtime* pRuntime = in JSSpecialPropGet()
370 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSSpecialPropGet()
396 CJS_Runtime* pRuntime = in JSSpecialPropPut()
397 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(isolate)); in JSSpecialPropPut()
444 CJS_Runtime* pRuntime = in JSGlobalFunc()
445 static_cast<CJS_Runtime*>(FXJS_GetRuntimeFromIsolate(info.GetIsolate())); in JSGlobalFunc()