Searched refs:GetIsolate (Results 1 - 25 of 304) sorted by last modified time

1234567891011>>

/external/skia/experimental/SkV8Example/
H A DBaseContext.cpp33 args.GetIsolate()->ThrowException(
35 args.GetIsolate(), "Error: 4 arguments required."));
80 args.GetIsolate()->ThrowException(
82 args.GetIsolate(), "Error: 1 arguments required."));
97 args.GetIsolate()->ThrowException(
99 args.GetIsolate(), "Error: 2 arguments required."));
125 args.GetIsolate()->ThrowException(
127 args.GetIsolate(), "Error: 1 arguments required."));
147 args.GetIsolate()->ThrowException(
149 args.GetIsolate(), "Erro
[all...]
H A DGlobal.cpp86 HandleScope handleScope(args.GetIsolate());
106 args.GetIsolate()->ThrowException(
108 args.GetIsolate(), "Error: 2 arguments required."));
H A DPath2D.cpp74 args.GetIsolate()->ThrowException(
76 args.GetIsolate(), "Error: 2 arguments required."));
87 args.GetIsolate()->ThrowException(
89 args.GetIsolate(), "Error: 2 arguments required."));
100 args.GetIsolate()->ThrowException(
102 args.GetIsolate(), "Error: 4 arguments required."));
119 args.GetIsolate()->ThrowException(
121 args.GetIsolate(), "Error: 6 arguments required."));
141 args.GetIsolate()->ThrowException(
143 args.GetIsolate(), "Erro
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Define.h98 v8::Isolate* isolate = info.GetIsolate();\
144 v8::Isolate* isolate = info.GetIsolate();\
195 v8::Isolate* isolate = info.GetIsolate();\
369 v8::Isolate* isolate = info.GetIsolate();\
401 v8::Isolate* isolate = info.GetIsolate();\
449 v8::Isolate* isolate = info.GetIsolate();\
496 v8::Isolate* isolate = info.GetIsolate();\
596 v8::Isolate* isolate = info.GetIsolate();\
649 v8::Isolate* isolate = info.GetIsolate();\
H A DJS_Object.h62 v8::Isolate* GetIsolate() {return m_pIsolate;} function in class:CJS_Object
H A DJS_Runtime.h53 v8::Isolate* GetIsolate(){return m_isolate;}; function in class:CJS_Runtime
H A DJS_Value.h69 v8::Isolate* GetIsolate() {return m_isolate;} function in class:CJS_Value
137 v8::Isolate* GetIsolate() {return m_isolate;} function in class:CJS_Array
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp21 static v8::Isolate* GetIsolate(IFXJS_Context* cc) function
29 return pRuntime->GetIsolate();
152 pDoc->SetIsolate(pContext->GetJSRuntime()->GetIsolate());
323 v8::Isolate* isolate = GetIsolate(cc);
424 v8::Isolate* isolate = GetIsolate(cc);
756 v8::Isolate* isolate = GetIsolate(cc);
828 v8::Isolate* isolate = GetIsolate(cc);
967 v8::Isolate* isolate = GetIsolate(cc);
1047 v8::Isolate* isolate = GetIsolate(cc);
2098 v8::Isolate* isolate = GetIsolate(c
[all...]
H A DField.cpp122 pField->SetIsolate(pContext->GetJSRuntime()->GetIsolate());
H A DJS_Context.cpp118 v8::Isolate::Scope isolate_scope(m_pRuntime->GetIsolate());
119 v8::HandleScope handle_scope(m_pRuntime->GetIsolate());
128 v8::Isolate::Scope isolate_scope(m_pRuntime->GetIsolate());
129 v8::HandleScope handle_scope(m_pRuntime->GetIsolate());
H A DJS_Object.cpp106 m_pIsolate = context->GetIsolate();
H A DJS_Runtime.cpp136 v8::Isolate::Scope isolate_scope(GetIsolate());
137 v8::HandleScope handle_scope(GetIsolate());
138 v8::Handle<v8::Context> context = v8::Context::New(GetIsolate());
H A DPublicMethods.cpp22 static v8::Isolate* GetIsolate(IFXJS_Context* cc) function
30 return pRuntime->GetIsolate();
1066 v8::Isolate* isolate = ::GetIsolate(cc);
1676 v8::Isolate* isolate = ::GetIsolate(cc);
1707 v8::Isolate* isolate = ::GetIsolate(cc);
1738 v8::Isolate* isolate = ::GetIsolate(cc);
1765 v8::Isolate* isolate = ::GetIsolate(cc);
1955 v8::Isolate* isolate = ::GetIsolate(cc);
2113 v8::Isolate* isolate = ::GetIsolate(cc);
2287 v8::Isolate* isolate = ::GetIsolate(c
[all...]
H A Dapp.cpp20 static v8::Isolate* GetIsolate(IFXJS_Context* cc) function
28 return pRuntime->GetIsolate();
153 CJS_Array aDocs(pRuntime->GetIsolate());
169 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
175 pJSDocument = (CJS_Document*)JS_GetPrivate(pRuntime->GetIsolate(),pObj);
182 aDocs.SetElement(0,CJS_Value(pRuntime->GetIsolate(),pJSDocument));
212 CJS_Array aDocs(pRuntime->GetIsolate());
340 v8::Isolate* isolate = GetIsolate(cc);
539 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetObj);
590 CJS_TimerObj* pJS_TimerObj = (CJS_TimerObj*)JS_GetPrivate(pRuntime->GetIsolate(),pRetOb
[all...]
H A Dcolor.cpp17 static v8::Isolate* GetIsolate(IFXJS_Context* cc) function
25 return pRuntime->GetIsolate();
79 array.SetElement(0, CJS_Value(array.GetIsolate(), "T"));
82 array.SetElement(0, CJS_Value(array.GetIsolate(),"G"));
83 array.SetElement(1, CJS_Value(array.GetIsolate(),color.fColor1));
86 array.SetElement(0, CJS_Value(array.GetIsolate(),"RGB"));
87 array.SetElement(1, CJS_Value(array.GetIsolate(),color.fColor1));
88 array.SetElement(2, CJS_Value(array.GetIsolate(),color.fColor2));
89 array.SetElement(3, CJS_Value(array.GetIsolate(),color.fColor3));
92 array.SetElement(0, CJS_Value(array.GetIsolate(),"CMY
[all...]
H A Dglobal.cpp171 v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(vp.GetIsolate(),pData->pData);
314 v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(GetJSObject()->GetIsolate(),pData->pData);
336 v8::Isolate* isolate = context->GetIsolate();
H A Dutil.cpp23 static v8::Isolate* GetIsolate(IFXJS_Context* cc) function
31 return pRuntime->GetIsolate();
207 v8::Isolate* isolate = GetIsolate(cc);
583 v8::Isolate* isolate = GetIsolate(cc);
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp440 return context->GetIsolate();
545 pObj->SetInternalField(0, v8::External::New(context->GetIsolate(), NULL));
/external/chromium_org/v8/test/cctest/
H A Dprint-extension.cc43 v8::HandleScope scope(args.GetIsolate());
H A Dprofiler-extension.cc60 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler();
63 : v8::String::Empty(args.GetIsolate()));
69 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler();
72 : v8::String::Empty(args.GetIsolate()));
H A Dtest-accessors.cc68 v8::Isolate* isolate = env->GetIsolate();
151 CHECK_EQ(isolate, info.GetIsolate());
173 CHECK_EQ(isolate, info.GetIsolate());
196 v8::Isolate* isolate = context->GetIsolate();
238 v8::String::NewFromUtf8(info.GetIsolate(), "foo");
239 info.GetReturnValue().Set(v8::String::NewFromUtf8(info.GetIsolate(), "foo"));
245 v8::Isolate* isolate = context->GetIsolate();
270 CHECK(info.GetIsolate() == CcTest::isolate());
275 CHECK(info.GetIsolate() == CcTest::isolate());
280 CHECK(info.GetIsolate()
[all...]
H A Dtest-alloc.cc111 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
H A Dtest-api.cc93 v8::HandleScope scope(env->GetIsolate());
95 v8::String::NewFromUtf8(env->GetIsolate(), "my_profile1");
96 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler();
113 v8::Array::New(args.GetIsolate(), args.Length());
115 result->Set(v8::Integer::New(args.GetIsolate(), i), args[i]);
124 v8::Array::New(args.GetIsolate(), args.Length());
126 result->Set(v8::Integer::New(args.GetIsolate(), i), args[i]);
177 CHECK(!env->GetIsolate()->InContext());
178 CHECK(env->GetIsolate() == CcTest::isolate());
180 CHECK(env->GetIsolate()
[all...]
H A Dtest-code-stubs-arm.cc138 return reinterpret_cast<Isolate*>((*context)->GetIsolate());
H A Dtest-code-stubs-arm64.cc134 return reinterpret_cast<Isolate*>((*context)->GetIsolate());

Completed in 448 milliseconds

1234567891011>>