Searched refs:isolate (Results 1 - 25 of 555) sorted by path

1234567891011>>

/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc172 v8::Local<v8::String> ASCIIStringToV8String(v8::Isolate* isolate, const std::string& s) { argument
173 return v8::String::NewFromUtf8(isolate, s.data(), v8::String::kNormalString, s.size());
176 v8::Local<v8::String> UTF16StringToV8String(v8::Isolate* isolate, const android::String16& s) { argument
178 isolate, reinterpret_cast<const uint16_t*>(s.string()),
183 v8::Local<v8::String> ASCIILiteralToV8String(v8::Isolate* isolate, const char* ascii) { argument
187 return v8::String::NewFromUtf8(isolate, ascii, v8::String::kNormalString, length);
188 return v8::String::NewExternal(isolate, new V8ExternalASCIILiteral(ascii, length));
195 v8::Isolate* isolate) {
199 v8::HandleScope scope(isolate);
350 ProxyErrorListener* error_listener, v8::Isolate* isolate)
193 V8ObjectToUTF16String(v8::Handle<v8::Value> object, android::String16* utf16_result, v8::Isolate* isolate) argument
349 Context(ProxyResolverJSBindings* js_bindings, ProxyErrorListener* error_listener, v8::Isolate* isolate) argument
[all...]
/external/libxml2/doc/
H A DbuildDocBookCatalog48 echo Unable to isolate directory name from '$ROOTCATALOG' - exiting
/external/pdfium/fpdfsdk/include/javascript/
H A DDocument.h171 void SetIsolate(v8::Isolate* isolate) {m_isolate = isolate;} argument
H A DField.h240 void SetIsolate(v8::Isolate* isolate) {m_isolate = isolate;} argument
H A DJS_Define.h59 v8::Isolate* isolate = info.GetIsolate(); local
60 v8::Local<v8::Context> context = isolate->GetCurrentContext();
65 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());
68 CJS_PropValue value(isolate);
71 JS_Error(isolate, JSFormatErrorString(class_name_string, prop_name_string, sError));
83 v8::Isolate* isolate = info.GetIsolate(); local
84 v8::Local<v8::Context> context = isolate->GetCurrentContext();
89 CJS_Object* pJSObj = (CJS_Object*)JS_GetPrivate(isolate,info.Holder());
92 CJS_PropValue propValue(CJS_Value(isolate, value, VT_unknown));
95 JS_Error(isolate, JSFormatErrorStrin
120 v8::Isolate* isolate = info.GetIsolate(); local
238 v8::Isolate* isolate = info.GetIsolate(); local
251 v8::Isolate* isolate = info.GetIsolate(); local
276 v8::Isolate* isolate = info.GetIsolate(); local
298 v8::Isolate* isolate = info.GetIsolate(); local
388 v8::Isolate* isolate = info.GetIsolate(); local
[all...]
H A DJS_Runtime.h59 void SetIsolate(v8::Isolate* isolate){m_isolate = isolate;} argument
H A DJS_Value.h21 CJS_Value(v8::Isolate* isolate);
22 CJS_Value(v8::Isolate* isolate, v8::Local<v8::Value> pValue,FXJSVALUETYPE t);
23 CJS_Value(v8::Isolate* isolate, const int &iValue);
24 CJS_Value(v8::Isolate* isolate, const double &dValue);
25 CJS_Value(v8::Isolate* isolate, const float &fValue);
26 CJS_Value(v8::Isolate* isolate, const bool &bValue);
27 CJS_Value(v8::Isolate* isolate, JSFXObject);
28 CJS_Value(v8::Isolate* isolate, CJS_Object*);
29 CJS_Value(v8::Isolate* isolate, CJS_Document*);
30 CJS_Value(v8::Isolate* isolate, FX_LPCST
[all...]
H A DPublicMethods.h100 static CJS_Array AF_MakeArrayFromList(v8::Isolate* isolate, CJS_Value val);
/external/pdfium/fpdfsdk/include/jsapi/
H A Dfxjs_v8.h77 void JS_Error(v8::Isolate* isolate, const CFX_WideString& message);
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp343 v8::Isolate* isolate = GetIsolate(cc); local
344 CJS_Field* pJSField = (CJS_Field*)JS_GetPrivate(isolate,pFieldObj);
582 v8::Isolate* isolate = GetIsolate(cc); local
583 CJS_Array aName(isolate);
601 CJS_Value valElement(isolate);
649 v8::Isolate* isolate = GetIsolate(cc); local
650 CJS_Array aFields(isolate);
666 v8::Local<v8::Value> pValue = JS_GetObjectElement(isolate, pObj, L"cURL");
668 strURL = CJS_Value(isolate, pValue, GET_VALUE_TYPE(pValue)).ToCFXWideString();
669 pValue = JS_GetObjectElement(isolate, pOb
793 v8::Isolate* isolate = GetIsolate(cc); local
873 v8::Isolate* isolate = GetIsolate(cc); local
1857 v8::Isolate* isolate = GetIsolate(cc); local
[all...]
H A DJS_Value.cpp15 CJS_Value::CJS_Value(v8::Isolate* isolate) : m_eType(VT_unknown),m_isolate(isolate) argument
18 CJS_Value::CJS_Value(v8::Isolate* isolate, v8::Local<v8::Value> pValue,FXJSVALUETYPE t) : argument
19 m_pValue(pValue), m_eType(t), m_isolate(isolate)
23 CJS_Value::CJS_Value(v8::Isolate* isolate, const int &iValue):m_isolate(isolate) argument
28 CJS_Value::CJS_Value(v8::Isolate* isolate, const bool &bValue):m_isolate(isolate) argument
33 CJS_Value::CJS_Value(v8::Isolate* isolate, const float &fValue):m_isolate(isolate) argument
38 CJS_Value(v8::Isolate* isolate, const double &dValue) argument
43 CJS_Value(v8::Isolate* isolate, JSFXObject pJsObj) argument
48 CJS_Value(v8::Isolate* isolate, CJS_Object* pJsObj) argument
53 CJS_Value(v8::Isolate* isolate, CJS_Document* pJsDoc) argument
60 CJS_Value(v8::Isolate* isolate, FX_LPCWSTR pWstr) argument
65 CJS_Value(v8::Isolate* isolate, FX_LPCSTR pStr) argument
70 CJS_Value(v8::Isolate* isolate, CJS_Array& array) argument
308 CJS_PropValue(v8::Isolate* isolate) argument
470 CJS_Array(v8::Isolate* isolate) argument
521 CJS_Date(v8::Isolate* isolate) argument
525 CJS_Date(v8::Isolate* isolate,double dMsec_time) argument
531 CJS_Date(v8::Isolate* isolate,int year, int mon, int day,int hour, int min, int sec) argument
[all...]
H A DPublicMethods.cpp425 CJS_Array CJS_PublicMethods::AF_MakeArrayFromList(v8::Isolate* isolate, CJS_Value val) argument
427 CJS_Array StrArray(isolate);
446 StrArray.SetElement(nIndex, CJS_Value(isolate, StrTrim(p).c_str()));
455 StrArray.SetElement(nIndex, CJS_Value(isolate, StrTrim(pSub).c_str()));
1056 v8::Isolate* isolate = ::GetIsolate(cc); local
1197 CJS_Array arColor(isolate);
1198 CJS_Value vColElm(isolate);
1208 CJS_PropValue vProp(isolate);
1222 CJS_Array arColor(isolate);
1223 CJS_Value vColElm(isolate);
1651 v8::Isolate* isolate = ::GetIsolate(cc); local
[all...]
H A Dapp.cpp322 v8::Isolate* isolate = GetIsolate(cc); local
330 v8::Local<v8::Value> pValue = JS_GetObjectElement(isolate, pObj, L"cMsg");
331 swMsg = CJS_Value(isolate, pValue, VT_unknown).ToCFXWideString();
333 pValue = JS_GetObjectElement(isolate, pObj, L"cTitle");
334 swTitle = CJS_Value(isolate, pValue, VT_unknown).ToCFXWideString();
336 pValue = JS_GetObjectElement(isolate, pObj, L"nIcon");
337 iIcon = CJS_Value(isolate, pValue, VT_unknown).ToInt();
339 pValue = JS_GetObjectElement(isolate, pObj, L"nType");
340 iType = CJS_Value(isolate, pValue, VT_unknown).ToInt();
345 CJS_Array carray(isolate);
702 v8::Isolate* isolate = GetIsolate(cc); local
846 v8::Isolate* isolate = GetIsolate(cc); local
[all...]
H A Dcolor.cpp161 v8::Isolate* isolate = pContext->GetJSRuntime()->GetIsolate();\
164 CJS_Array array(isolate);\
170 CJS_Array array(isolate);\
192 v8::Isolate* isolate = GetIsolate(cc); local
195 CJS_Array aSource(isolate);
221 CJS_Array aDest(isolate);
232 v8::Isolate* isolate = GetIsolate(cc); local
235 CJS_Array array1(isolate), array2(isolate);
H A Dglobal.cpp391 v8::Isolate* isolate = context->GetIsolate(); local
392 v8::Local<v8::Array> pKeyList = JS_GetObjectElementNames(isolate, pObj);
398 CFX_WideString ws = JS_ToString(isolate, JS_GetArrayElement(isolate, pKeyList, i));
401 v8::Local<v8::Value> v = JS_GetObjectElement(isolate, pObj, ws.c_str());
410 pObjElement->dData = JS_ToNumber(isolate, v);
419 pObjElement->dData = JS_ToBoolean(isolate, v);
425 CFX_ByteString sValue = CJS_Value(isolate, v, VT_string).ToCFXByteString();
438 ObjectToArray(JS_ToObject(isolate, v), pObjElement->objData);
H A Dutil.cpp207 v8::Isolate* isolate = GetIsolate(cc); local
213 CJS_Value p1(isolate);
217 CJS_Date jsDate(isolate);
579 v8::Isolate* isolate = GetIsolate(cc); local
595 CJS_Date date(isolate,dDate);
/external/pdfium/fpdfsdk/src/jsapi/
H A Dfxjs_v8.cpp43 CJS_ObjDefintion(v8::Isolate* isolate, const wchar_t* sObjName, FXJSOBJTYPE eObjType, LP_CONSTRUCTOR pConstructor, LP_DESTRUCTOR pDestructor, unsigned bApplyNew): argument
46 v8::Isolate::Scope isolate_scope(isolate);
47 v8::HandleScope handle_scope(isolate);
49 v8::Local<v8::ObjectTemplate> objTemplate = v8::ObjectTemplate::New(isolate);
51 m_objTemplate.Reset(isolate, objTemplate);
79 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
80 v8::Isolate::Scope isolate_scope(isolate);
81 v8::HandleScope handle_scope(isolate);
82 CFX_PtrArray* pArray = (CFX_PtrArray*)isolate->GetData(0);
86 isolate
95 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
115 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
135 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
152 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
172 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
190 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
214 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
238 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
287 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
321 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
340 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
364 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
398 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
417 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
446 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
461 JS_Error(v8::Isolate* isolate, const CFX_WideString& message) argument
529 v8::Isolate* isolate = (v8::Isolate*)pJSRuntime; local
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/skia/experimental/SkV8Example/
H A DGlobal.h25 // Provides the global isolate and context for our V8 instance.
29 Global(v8::Isolate* isolate) argument
30 : fIsolate(isolate)
H A DSkV8Example.cpp178 v8::Isolate* isolate = v8::Isolate::New(); local
179 v8::Isolate::Scope isolate_scope(isolate);
180 v8::HandleScope handle_scope(isolate);
181 isolate->Enter();
183 global = new Global(isolate);
/external/v8/
H A DAndroid.v8common.mk156 src/isolate.cc \
/external/v8/include/libplatform/
H A Dlibplatform.h25 * Pumps the message loop for the given isolate.
32 bool PumpMessageLoop(v8::Platform* platform, v8::Isolate* isolate);
/external/v8/include/
H A Dv8-debug.h163 // in the given isolate.
164 static void DebugBreak(Isolate* isolate);
166 // Remove scheduled debugger break in given isolate if it has not
168 static void CancelDebugBreak(Isolate* isolate);
170 // Check if a debugger break is scheduled in the given isolate.
171 static bool CheckDebugBreak(Isolate* isolate);
173 // Break execution of JavaScript in the given isolate (this method
178 static void DebugBreakForCommand(Isolate* isolate, ClientData* data);
183 static void SendCommand(Isolate* isolate,
260 static void SetLiveEditEnabled(Isolate* isolate, boo
[all...]
H A Dv8-platform.h54 * |isolate|. Tasks posted for the same isolate should be execute in order of
57 virtual void CallOnForegroundThread(Isolate* isolate, Task* task) = 0;
H A Dv8-util.h104 static void Dispose(Isolate* isolate, UniquePersistent<V> value, K key) { } argument
121 explicit PersistentValueMap(Isolate* isolate) : isolate_(isolate) {} argument
222 Local<V> NewLocal(Isolate* isolate) const {
223 return Local<V>::New(isolate, FromVal(value_));
364 explicit StdPersistentValueMap(Isolate* isolate) argument
365 : PersistentValueMap<K, V, Traits>(isolate) {}
407 explicit PersistentValueVector(Isolate* isolate) : isolate_(isolate) { } argument

Completed in 616 milliseconds

1234567891011>>