Lines Matching refs:CJS_Runtime
35 CJS_Runtime* pRuntime = in JSSpecialPropQuery()
36 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropQuery()
55 CJS_Runtime* pRuntime = in JSSpecialPropGet()
56 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropGet()
83 CJS_Runtime* pRuntime = in JSSpecialPropPut()
84 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropPut()
106 CJS_Runtime* pRuntime = in JSSpecialPropDel()
107 CJS_Runtime::CurrentRuntimeFromIsolate(info.GetIsolate()); in JSSpecialPropDel()
144 CJS_Return setPersistent(CJS_Runtime* pRuntime,
147 CJS_Return GetProperty(CJS_Runtime* pRuntime, const wchar_t* propname);
148 CJS_Return SetProperty(CJS_Runtime* pRuntime,
151 CJS_Return DelProperty(CJS_Runtime* pRuntime, const wchar_t* propname);
156 void CommitGlobalPersisitentVariables(CJS_Runtime* pRuntime);
165 void ObjectToArray(CJS_Runtime* pRuntime,
236 CJS_Runtime* pRuntime = static_cast<CJS_Runtime*>(pIRuntime); in InitInstance()
272 CJS_Return JSGlobalAlternate::DelProperty(CJS_Runtime* pRuntime, in DelProperty()
282 CJS_Return JSGlobalAlternate::GetProperty(CJS_Runtime* pRuntime, in GetProperty()
311 CJS_Return JSGlobalAlternate::SetProperty(CJS_Runtime* pRuntime, in SetProperty()
347 CJS_Runtime* pRuntime, in setPersistent()
362 CJS_Runtime* pRuntime = in UpdateGlobalPersistentVariables()
363 static_cast<CJS_Runtime*>(CFXJS_Engine::CurrentEngineFromIsolate( in UpdateGlobalPersistentVariables()
416 CJS_Runtime* pRuntime) { in CommitGlobalPersisitentVariables()
453 void JSGlobalAlternate::ObjectToArray(CJS_Runtime* pRuntime, in ObjectToArray()
504 CJS_Runtime* pRuntime = CJS_Runtime::CurrentRuntimeFromIsolate( in PutObjectProperty()