HomeSort by relevance Sort by last modified time
    Searched refs:GetIsolate (Results 101 - 125 of 304) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceNode.h 81 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
88 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
95 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
108 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestNode.h 82 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
89 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
96 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
109 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestSpecialOperations.h 74 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
81 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
88 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
101 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestSpecialOperationsNotEnumerable.h 74 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
81 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
88 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
101 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestTypedefs.h 75 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
82 ASSERT(DOMWrapperWorld::current(callbackInfo.GetIsolate()).isMainWorld());
89 v8::Handle<v8::Value> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
102 v8::Handle<v8::Object> wrapper = wrap(impl, callbackInfo.Holder(), callbackInfo.GetIsolate());
V8TestSpecialOperations.cpp 43 V8ThrowException::throwException(createMinimumArityTypeErrorForMethod("namedItem", "TestSpecialOperations", 1, info.Length(), info.GetIsolate()), info.GetIsolate());
103 Node* propertyValue = V8Node::toImplWithTypeCheck(info.GetIsolate(), v8Value);
122 ExceptionState exceptionState(ExceptionState::GetterContext, *namedProperty, "TestSpecialOperations", info.Holder(), info.GetIsolate());
142 ExceptionState exceptionState(ExceptionState::EnumerationContext, "TestSpecialOperations", info.Holder(), info.GetIsolate());
146 v8::Handle<v8::Array> v8names = v8::Array::New(info.GetIsolate(), names.size());
148 v8names->Set(v8::Integer::New(info.GetIsolate(), i), v8String(info.GetIsolate(), names[i]));
V8TestInterface2.cpp 41 ExceptionState exceptionState(ExceptionState::ExecutionContext, "item", "TestInterface2", info.Holder(), info.GetIsolate());
69 ExceptionState exceptionState(ExceptionState::ExecutionContext, "setItem", "TestInterface2", info.Holder(), info.GetIsolate());
87 v8SetReturnValueString(info, result, info.GetIsolate());
99 ExceptionState exceptionState(ExceptionState::ExecutionContext, "deleteItem", "TestInterface2", info.Holder(), info.GetIsolate());
127 ExceptionState exceptionState(ExceptionState::ExecutionContext, "namedItem", "TestInterface2", info.Holder(), info.GetIsolate());
155 ExceptionState exceptionState(ExceptionState::ExecutionContext, "setNamedItem", "TestInterface2", info.Holder(), info.GetIsolate());
173 v8SetReturnValueString(info, result, info.GetIsolate());
185 ExceptionState exceptionState(ExceptionState::ExecutionContext, "deleteNamedItem", "TestInterface2", info.Holder(), info.GetIsolate());
214 v8SetReturnValueString(info, impl->stringifierMethod(), info.GetIsolate());
227 v8SetReturnValueString(info, impl->stringifierMethod(), info.GetIsolate());
    [all...]
V8TestInterfaceNamedConstructor.cpp 67 V8ThrowException::throwTypeError(ExceptionMessages::constructorNotCallableAsFunction("Audio"), info.GetIsolate());
71 if (ConstructorMode::current(info.GetIsolate()) == ConstructorMode::WrapExistingObject) {
75 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceNamedConstructor", info.Holder(), info.GetIsolate());
98 Document& document = *toDocument(currentExecutionContext(info.GetIsolate()));
105 impl->associateWithWrapper(&V8TestInterfaceNamedConstructorConstructor::wrapperTypeInfo, wrapper, info.GetIsolate());
111 Document& document = *toDocument(currentExecutionContext(info.GetIsolate()));
118 impl->associateWithWrapper(&V8TestInterfaceNamedConstructorConstructor::wrapperTypeInfo, wrapper, info.GetIsolate());
V8TestInterfaceNamedConstructor2.cpp 42 V8ThrowException::throwTypeError(ExceptionMessages::constructorNotCallableAsFunction("Audio"), info.GetIsolate());
46 if (ConstructorMode::current(info.GetIsolate()) == ConstructorMode::WrapExistingObject) {
51 V8ThrowException::throwException(createMinimumArityTypeErrorForConstructor("TestInterfaceNamedConstructor2", 1, info.Length(), info.GetIsolate()), info.GetIsolate());
60 impl->associateWithWrapper(&V8TestInterfaceNamedConstructor2Constructor::wrapperTypeInfo, wrapper, info.GetIsolate());
V8TestInterface.cpp 68 ExceptionState exceptionState(ExceptionState::SetterContext, "testInterfaceAttribute", "TestInterface", holder, info.GetIsolate());
69 if (!V8TestInterface::hasInstance(v8Value, info.GetIsolate())) {
75 TestInterfaceImplementation* cppValue = V8TestInterface::toImplWithTypeCheck(info.GetIsolate(), v8Value);
103 ExceptionState exceptionState(ExceptionState::SetterContext, "doubleAttribute", "TestInterface", holder, info.GetIsolate());
138 ExceptionState exceptionState(ExceptionState::SetterContext, "floatAttribute", "TestInterface", holder, info.GetIsolate());
173 ExceptionState exceptionState(ExceptionState::SetterContext, "unrestrictedDoubleAttribute", "TestInterface", holder, info.GetIsolate());
203 ExceptionState exceptionState(ExceptionState::SetterContext, "unrestrictedFloatAttribute", "TestInterface", holder, info.GetIsolate());
218 v8SetReturnValueString(info, TestInterfaceImplementation::staticStringAttribute(), info.GetIsolate());
258 ExceptionState exceptionState(ExceptionState::SetterContext, "alwaysExposedAttribute", "TestInterface", holder, info.GetIsolate());
288 ExceptionState exceptionState(ExceptionState::SetterContext, "workerExposedAttribute", "TestInterface", holder, info.GetIsolate());
    [all...]
V8TestInterface.h 68 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
74 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
80 v8SetReturnValue(callbackInfo, toV8(impl, callbackInfo.Holder(), callbackInfo.GetIsolate()));
  /external/chromium_org/extensions/renderer/
app_runtime_custom_bindings.cc 38 v8::String::NewFromUtf8(args.GetIsolate(), v.c_str()));
53 web_blob.toV8Value(args.Holder(), args.GetIsolate()));
safe_builtins.cc 133 context->Global()->SetHiddenValue(MakeKey(name, context->GetIsolate()),
139 context->Global()->GetHiddenValue(MakeKey(name, context->GetIsolate()));
173 info.GetIsolate()->ThrowException(
175 info.GetIsolate(),
199 info.GetIsolate()->GetCallingContext());
i18n_custom_bindings.cc 67 v8::Isolate* isolate = args.GetIsolate();
93 args.GetIsolate(), content::RenderThread::Get()->GetLocale().c_str()));
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8CSSStyleDeclarationCustom.cpp 172 v8::Handle<v8::Array> properties = v8::Array::New(info.GetIsolate(), propertyNamesLength);
176 properties->Set(v8::Integer::New(info.GetIsolate(), i), v8String(info.GetIsolate(), key));
208 v8SetReturnValueStringOrNull(info, cssValue->cssText(), info.GetIsolate());
213 v8SetReturnValueString(info, result, info.GetIsolate());
224 ExceptionState exceptionState(ExceptionState::SetterContext, getPropertyName(static_cast<CSSPropertyID>(propInfo->propID)), "CSSStyleDeclaration", info.Holder(), info.GetIsolate());
V8InspectorFrontendHostCustom.cpp 51 v8SetReturnValue(info, v8AtomicString(info.GetIsolate(), "mac"));
53 v8SetReturnValue(info, v8AtomicString(info.GetIsolate(), "windows"));
55 v8SetReturnValue(info, v8AtomicString(info.GetIsolate(), "linux"));
121 if (!populateContextMenuItems(array, menu, info.GetIsolate()))
146 if (!populateContextMenuItems(v8::Local<v8::Array>::Cast(array), menu, info.GetIsolate()))
149 v8::Isolate* isolate = info.GetIsolate();
V8HTMLCanvasElementCustom.cpp 53 v8::Isolate* isolate = info.GetIsolate();
101 v8::Handle<v8::Value> v8Result = toV8(toCanvasRenderingContext2D(result), info.Holder(), info.GetIsolate());
115 v8::Handle<v8::Value> v8Result = toV8(toWebGLRenderingContext(result), info.Holder(), info.GetIsolate());
136 ExceptionState exceptionState(ExceptionState::ExecutionContext, "toDataURL", "HTMLCanvasElement", info.Holder(), info.GetIsolate());
148 v8SetReturnValueStringOrUndefined(info, result, info.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.cpp 29 ExceptionState exceptionState(ExceptionState::SetterContext, *attributeName, "{{interface_name}}", info.Holder(), info.GetIsolate());
30 if (!BindingSecurity::shouldAllowAccessToFrame(info.GetIsolate(), impl->frame(), exceptionState)) {
75 ExceptionState exceptionState(ExceptionState::IndexedGetterContext, "{{interface_name}}", info.Holder(), info.GetIsolate());
122 ExceptionState exceptionState(ExceptionState::IndexedSetterContext, "{{interface_name}}", info.Holder(), info.GetIsolate());
127 if (!isUndefinedOrNull(v8Value) && !V8{{setter.idl_type}}::hasInstance(v8Value, info.GetIsolate())) {
177 ExceptionState exceptionState(ExceptionState::IndexedDeletionContext, "{{interface_name}}", info.Holder(), info.GetIsolate());
232 ExceptionState exceptionState(ExceptionState::GetterContext, *namedProperty, "{{interface_name}}", info.Holder(), info.GetIsolate());
286 ExceptionState exceptionState(ExceptionState::SetterContext, *namedProperty, "{{interface_name}}", info.Holder(), info.GetIsolate());
341 ExceptionState exceptionState(ExceptionState::GetterContext, *namedProperty, "{{interface_name}}", info.Holder(), info.GetIsolate());
383 ExceptionState exceptionState(ExceptionState::DeletionContext, *namedProperty, "{{interface_name}}", info.Holder(), info.GetIsolate());
    [all...]
constants.cpp 8 UseCounter::countDeprecation(callingExecutionContext(info.GetIsolate()), UseCounter::{{constant.deprecate_as}});
11 UseCounter::count(callingExecutionContext(info.GetIsolate()), UseCounter::{{constant.measure_as}});
  /external/chromium_org/v8/test/cctest/
test-api.cc 93 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()->InContext())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
V8TestInterface5.cpp 56 ExceptionState exceptionState(ExceptionState::SetterContext, "testInterfaceAttribute", "TestInterface5", holder, info.GetIsolate());
57 if (!V8TestInterface5::hasInstance(v8Value, info.GetIsolate())) {
63 TestInterface5Implementation* cppValue = V8TestInterface5::toImplWithTypeCheck(info.GetIsolate(), v8Value);
91 ExceptionState exceptionState(ExceptionState::SetterContext, "doubleAttribute", "TestInterface5", holder, info.GetIsolate());
126 ExceptionState exceptionState(ExceptionState::SetterContext, "floatAttribute", "TestInterface5", holder, info.GetIsolate());
161 ExceptionState exceptionState(ExceptionState::SetterContext, "unrestrictedDoubleAttribute", "TestInterface5", holder, info.GetIsolate());
191 ExceptionState exceptionState(ExceptionState::SetterContext, "unrestrictedFloatAttribute", "TestInterface5", holder, info.GetIsolate());
206 v8SetReturnValueString(info, TestInterface5Implementation::staticStringAttribute(), info.GetIsolate());
246 ExceptionState exceptionState(ExceptionState::SetterContext, "alwaysExposedAttribute", "TestInterface5", holder, info.GetIsolate());
276 ExceptionState exceptionState(ExceptionState::SetterContext, "workerExposedAttribute", "TestInterface5", holder, info.GetIsolate());
    [all...]
  /external/chromium_org/v8/src/
accessors.cc 88 Isolate* isolate = name->GetIsolate();
165 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
176 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
208 DCHECK(wrapper->GetIsolate()->native_context()->number_function()->
221 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
234 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
295 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
341 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
378 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
415 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(info.GetIsolate());
    [all...]
transitions.cc 52 Isolate* isolate = name->GetIsolate();
71 Handle<TransitionArray> result = Allocate(containing_map->GetIsolate(), nof);
102 Handle<TransitionArray> result = Allocate(map->GetIsolate(), new_size);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8ValueCache.cpp 37 return &(V8PerIsolateData::from(data.GetIsolate())->stringCache()->m_stringCache);
104 returnValue.Set(createStringAndInsertIntoCache(stringImpl, returnValue.GetIsolate()));
  /external/chromium_org/chrome/renderer/extensions/
cast_streaming_native_handler.cc 211 v8::Isolate* isolate = context()->v8_context()->GetIsolate();
349 v8::Array::New(args.GetIsolate(),
377 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
378 v8::String::NewFromUtf8(args.GetIsolate(), kUnableToConvertParams)));
383 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
384 v8::String::NewFromUtf8(args.GetIsolate(), kInvalidRtpParams)));
389 v8::Isolate* isolate = context()->v8_context()->GetIsolate();
446 args.GetIsolate()->ThrowException(v8::Exception::TypeError(
447 v8::String::NewFromUtf8(args.GetIsolate(), kUnableToConvertArgs)));
453 args.GetIsolate()->ThrowException(v8::Exception::TypeError
    [all...]

Completed in 856 milliseconds

1 2 3 45 6 7 8 91011>>