Lines Matching refs:CJS_Runtime
40 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropQuery()
58 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropGet()
83 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropPut()
104 CJS_Runtime* pRuntime = pObj->GetRuntime(); in JSSpecialPropDel()
211 CJS_Global::CJS_Global(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Global()
231 CJS_Result CJS_Global::DelProperty(CJS_Runtime* pRuntime, in DelProperty()
241 CJS_Result CJS_Global::GetProperty(CJS_Runtime* pRuntime, in GetProperty()
270 CJS_Result CJS_Global::SetProperty(CJS_Runtime* pRuntime, in SetProperty()
305 CJS_Runtime* pRuntime, in setPersistent()
319 CJS_Runtime* pRuntime = GetRuntime(); in UpdateGlobalPersistentVariables()
374 void CJS_Global::CommitGlobalPersisitentVariables(CJS_Runtime* pRuntime) { in CommitGlobalPersisitentVariables()
412 CJS_Runtime* pRuntime, in ObjectToArray()
464 CJS_Runtime* pRuntime = GetRuntime(); in PutObjectProperty()