Home | History | Annotate | Download | only in javascript

Lines Matching defs:pIsolate

54 CJS_Runtime* CJS_Runtime::CurrentRuntimeFromIsolate(v8::Isolate* pIsolate) {
56 CFXJS_Engine::CurrentEngineFromIsolate(pIsolate));
63 v8::Isolate* pIsolate = nullptr;
75 m_isolateManaged = FXJS_GetIsolate(&pIsolate);
76 SetIsolate(pIsolate);
79 v8::Isolate::Scope isolate_scope(pIsolate);
80 v8::HandleScope handle_scope(pIsolate);
247 v8::Isolate* pIsolate = GetIsolate();
248 v8::Isolate::Scope isolate_scope(pIsolate);
249 v8::HandleScope handle_scope(pIsolate);
258 v8::String::NewFromUtf8(pIsolate, name, v8::String::kNormalString,