Searched refs:JS_GetRuntime (Results 1 – 3 of 3) sorted by relevance
315 IJS_Runtime* pRuntime = JS_GetRuntime((JSFXObject)(*m_pJSObject)); in UpdateGlobalPersistentVariables()478 IJS_Runtime* pRuntime = JS_GetRuntime((JSFXObject)(*m_pJSObject)); in PutObjectProperty()545 pTemp->pData.Reset(JS_GetRuntime(pData), pData); in SetGlobalVariables()589 pNewData->pData.Reset(JS_GetRuntime(pData), pData); in SetGlobalVariables()
75 IJS_Runtime* JS_GetRuntime(v8::Local<v8::Object> pObj);
436 IJS_Runtime* JS_GetRuntime(v8::Local<v8::Object> pObj) in JS_GetRuntime() function