Lines Matching refs:pIsolate

115       v8::Isolate* pIsolate = pValue->GetIsolate();  in DynPropGetterAdapter()  local
116 v8::HandleScope hscope(pIsolate); in DynPropGetterAdapter()
118 v8::ObjectTemplate::New(pIsolate); in DynPropGetterAdapter()
126 pIsolate, reinterpret_cast<const char*>(szPropName.raw_str()), in DynPropGetterAdapter()
169 v8::Isolate* pIsolate = info.GetIsolate(); in NamedPropertyQueryCallback() local
170 v8::HandleScope scope(pIsolate); in NamedPropertyQueryCallback()
171 v8::String::Utf8Value szPropName(pIsolate, property); in NamedPropertyQueryCallback()
238 v8::Isolate* pIsolate = lpContext->GetIsolate(); in Create() local
242 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(pIsolate); in Create()
244 pIsolate, bIsJSGlobal ? 0 : V8ConstructorCallback_Wrapper, in Create()
246 pIsolate, const_cast<FXJSE_CLASS_DESCRIPTOR*>(lpClassDefinition))); in Create()
248 v8::String::NewFromUtf8(pIsolate, lpClassDefinition->name)); in Create()
252 SetUpNamedPropHandler(pIsolate, hObjectTemplate, lpClassDefinition); in Create()
257 pIsolate, V8FunctionCallback_Wrapper, in Create()
258 v8::External::New(pIsolate, const_cast<FXJSE_FUNCTION_DESCRIPTOR*>( in Create()
262 v8::String::NewFromUtf8(pIsolate, lpClassDefinition->methods[i].name), in Create()
270 pIsolate, Context_GlobalObjToString, in Create()
272 pIsolate, const_cast<FXJSE_CLASS_DESCRIPTOR*>(lpClassDefinition))); in Create()
274 hObjectTemplate->Set(v8::String::NewFromUtf8(pIsolate, "toString"), fun); in Create()
284 v8::Isolate* pIsolate, in SetUpNamedPropHandler() argument
292 v8::External::New(pIsolate, in SetUpNamedPropHandler()