Searched refs:Local (Results 276 - 300 of 449) sorted by relevance

<<1112131415161718

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DWorkerScriptController.cpp182 v8::Local<v8::Object> jsWorkerGlobalScope = V8ObjectConstructor::newInstance(m_isolate, workerGlobalScopeConstructor);
214 v8::Local<v8::Value> result = V8ScriptRunner::runCompiledScript(compiledScript, &m_workerGlobalScope, m_isolate);
222 v8::Local<v8::Message> message = block.Message();
H A DDOMDataStore.h74 static bool setReturnValueFromWrapperFast(v8::ReturnValue<v8::Value> returnValue, T* object, v8::Local<v8::Object> holder, Wrappable* wrappable)
292 static bool holderContainsWrapper(v8::Local<v8::Object>, void*)
297 static bool holderContainsWrapper(v8::Local<v8::Object> holder, ScriptWrappable* wrappable)
316 releaseObject(v8::Local<v8::Object>::New(isolate, value));
H A DScriptState.cpp70 v8::Local<v8::Value> v8Value = context()->Global()->Get(v8AtomicString(isolate(), name));
H A DSerializedScriptValue.h101 static bool extractTransferables(v8::Local<v8::Value>, int, MessagePortArray&, ArrayBufferArray&, ExceptionState&, v8::Isolate*);
H A DV8NodeFilterCondition.cpp77 v8::Local<v8::Value> value = filter->ToObject()->Get(v8AtomicString(isolate, "acceptNode"));
H A DV8PersistentValueMap.h87 static WeakCallbackDataType* WeakCallbackParameter(MapType* map, KeyType key, const v8::Local<ValueType>& value)
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DGlobal.cpp139 Local<Context> context = gGlobal->getContext();
154 Local<Function> onTimeout =
155 Local<Function>::New(gGlobal->getIsolate(), gGlobal->fTimeouts[id]);
/external/chromium_org/v8/test/cctest/
H A Dtest-alloc.cc109 v8::Local<v8::Name> name,
118 v8::Local<v8::Name> name,
119 v8::Local<v8::Value> value,
H A Dtest-global-handles.cc339 v8::Local<v8::Object> object = v8::Object::New(v8_isolate);
355 v8::Local<v8::Value> local;
363 v8::Local<v8::Object> object = v8::Handle<v8::Object>::Cast(local);
364 v8::Local<v8::Value> value = object->Get(i);
375 v8::Local<v8::Object> object = v8::Object::New(v8_isolate);
H A Dtest-heap.cc1798 v8::Local<v8::Context>::New(isolate, ctx1p)->Enter();
1807 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p);
1808 v8::Local<v8::Context> ctx2 = v8::Local<v8::Context>::New(isolate, ctx2p);
1809 v8::Local<v8::Value> v = ctx1->Global()->Get(v8_str("v"));
1812 v8::Local<v8::Value> res = CompileRun(
1820 v8::Local<v8::Context>::New(isolate, ctx1)->Exit();
1844 v8::Local<v8::Context>::New(isolate, ctx1p)->Enter();
1853 v8::Local<v
[all...]
/external/chromium_org/v8/test/mjsunit/bugs/harmony/
H A Ddebug-blockscopes.js108 if (scopes[i] == debug.ScopeType.Local ||
173 if (scope.scopeType() == debug.ScopeType.Local ||
207 CheckScopeChain([debug.ScopeType.Local,
/external/skia/experimental/SkV8Example/
H A DGlobal.cpp139 Local<Context> context = gGlobal->getContext();
154 Local<Function> onTimeout =
155 Local<Function>::New(gGlobal->getIsolate(), gGlobal->fTimeouts[id]);
/external/chromium_org/content/renderer/pepper/
H A Dv8_var_converter_unittest.cc204 v8::Local<v8::Context> context =
205 v8::Local<v8::Context>::New(isolate_, context_);
330 v8::Local<v8::Context> context =
331 v8::Local<v8::Context>::New(isolate_, context_);
399 v8::Local<v8::Context> context =
400 v8::Local<v8::Context>::New(isolate_, context_);
422 object, v8::Local<v8::Context>::New(isolate_, context_), &actual));
H A Dpepper_webplugin_impl.h44 virtual v8::Local<v8::Object> v8ScriptableObject(
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary177 VALUE Acct-Authentic Local 2
218 VALUE Auth-Type Local 0
221 VALUE Auth-Type Crypt-Local 3
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h54 template <class T> class Local;
313 int extensionGroup, WebVector<v8::Local<v8::Value> >* results) = 0;
328 virtual v8::Local<v8::Context> mainWorldScriptContext() const = 0;
/external/chromium_org/chrome/renderer/
H A Dprincipals_extension_bindings.cc86 v8::Local<v8::Array> v8_result = v8::Array::New(isolate);
/external/chromium_org/components/translate/content/renderer/
H A Dtranslate_helper.cc272 WebVector<v8::Local<v8::Value> > results;
291 WebVector<v8::Local<v8::Value> > results;
300 v8::Local<v8::String> v8_str = results[0]->ToString();
314 WebVector<v8::Local<v8::Value> > results;
/external/chromium_org/content/renderer/
H A Dv8_value_converter_impl.h46 v8::Local<v8::Value> ToV8ValueImpl(v8::Isolate* isolate,
/external/chromium_org/extensions/renderer/
H A Dapp_window_custom_bindings.cc109 v8::Local<v8::Value> window = frame->mainWorldScriptContext()->Global();
H A Dscript_context_set.cc57 v8::Local<v8::Context> calling = isolate->GetCallingContext();
/external/chromium_org/gin/modules/
H A Dtimer.cc84 v8::Local<v8::Value> TimerModule::GetModule(v8::Isolate* isolate) {
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8ArrayBufferCustom.cpp97 v8::Local<v8::ArrayBuffer> v8buffer = object.As<v8::ArrayBuffer>();
H A DV8CustomEventCustom.cpp66 v8::Local<v8::Value> mainWorldDetail = V8HiddenValue::getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenValue::detail(info.GetIsolate()));
H A DV8PopStateEventCustom.cpp64 v8::Local<v8::Value> mainWorldState = V8HiddenValue::getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenValue::state(info.GetIsolate()));

Completed in 540 milliseconds

<<1112131415161718