Searched refs:CurrentRuntimeFromIsolate (Results 1 – 6 of 6) sorted by relevance
43 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()
31 static CJS_Runtime* CurrentRuntimeFromIsolate(v8::Isolate* pIsolate);
150 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); \
54 CJS_Runtime* CJS_Runtime::CurrentRuntimeFromIsolate(v8::Isolate* pIsolate) { in CurrentRuntimeFromIsolate() function in CJS_Runtime
321 CJS_Runtime* pRuntime = CJS_Runtime::CurrentRuntimeFromIsolate( in PutObjectProperty()
681 CJS_Runtime::CurrentRuntimeFromIsolate(pIsolate)->NewString( in JS_DateParse()