HomeSort by relevance Sort by last modified time
    Searched defs:pIsolate (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fxjs/
cfxjse_class.cpp 115 v8::Isolate* pIsolate = pValue->GetIsolate();
116 v8::HandleScope hscope(pIsolate);
118 v8::ObjectTemplate::New(pIsolate);
126 pIsolate, reinterpret_cast<const char*>(szPropName.raw_str()),
169 v8::Isolate* pIsolate = info.GetIsolate();
170 v8::HandleScope scope(pIsolate);
171 v8::String::Utf8Value szPropName(pIsolate, property);
238 v8::Isolate* pIsolate = lpContext->GetIsolate();
242 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(pIsolate);
244 pIsolate, bIsJSGlobal ? 0 : V8ConstructorCallback_Wrapper
    [all...]
cjs_runtime.cpp 65 CJS_Runtime* CJS_Runtime::CurrentRuntimeFromIsolate(v8::Isolate* pIsolate) {
67 CFXJS_Engine::CurrentEngineFromIsolate(pIsolate));
74 v8::Isolate* pIsolate = nullptr;
86 m_isolateManaged = FXJS_GetIsolate(&pIsolate);
87 SetIsolate(pIsolate);
90 v8::Isolate::Scope isolate_scope(pIsolate);
91 v8::HandleScope handle_scope(pIsolate);
254 v8::Isolate* pIsolate = GetIsolate();
255 v8::Isolate::Scope isolate_scope(pIsolate);
256 v8::HandleScope handle_scope(pIsolate);
    [all...]
cjs_v8.cpp 116 v8::Isolate* pIsolate = m_isolate ? m_isolate : v8::Isolate::GetCurrent();
117 return v8::String::NewFromUtf8(pIsolate, str.unterminated_c_str(),
JS_Define.cpp 212 v8::Isolate* pIsolate = v8::Isolate::GetCurrent();
213 v8::Isolate::Scope isolate_scope(pIsolate);
214 v8::HandleScope scope(pIsolate);
216 v8::Local<v8::Context> context = pIsolate->GetCurrentContext();
221 ->Get(context, v8::String::NewFromUtf8(pIsolate, "Date",
227 v = o->Get(context, v8::String::NewFromUtf8(pIsolate, "parse",
235 CJS_Runtime::CurrentRuntimeFromIsolate(pIsolate)->NewString(
cfxjse_value.cpp 56 v8::Isolate* pIsolate = v8::Isolate::GetCurrent();
57 ASSERT(pIsolate);
59 CFXJSE_ScopeUtil_IsolateHandleRootContext scope(pIsolate);
61 pIsolate, utf8Message.unterminated_c_str(), v8::String::kNormalString,
64 pIsolate->ThrowException(hError);
67 CFXJSE_Value::CFXJSE_Value(v8::Isolate* pIsolate) : m_pIsolate(pIsolate) {}
cfxjse_formcalc_context.cpp 649 v8::Isolate* pIsolate = ToJSContext(pThis, nullptr)->GetScriptRuntime();
663 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate);
668 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate);
671 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate);
675 auto defaultPropValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate);
686 auto newPropertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate);
729 v8::Isolate* pIsolate = pContext->GetScriptRuntime();
737 auto lengthValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate);
746 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate);
747 auto jsObjectValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate);
    [all...]

Completed in 932 milliseconds