Lines Matching refs:GetIsolate

40     ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), info.GetIsolate());
41 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
42 Document& document = *toDocument(currentExecutionContext(info.GetIsolate()));
49 impl->associateWithWrapper(&V8TestInterfaceConstructor::wrapperTypeInfo, wrapper, info.GetIsolate());
55 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), info.GetIsolate());
67 testInterfaceEmptyArg = V8TestInterfaceEmpty::toImplWithTypeCheck(info.GetIsolate(), info[2]);
73 dictionaryArg = Dictionary(info[3], info.GetIsolate());
74 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(sequenceStringArg, toImplArray<String>(info[4], 5, info.GetIsolate(), exceptionState), exceptionState);
75 TONATIVE_VOID_EXCEPTIONSTATE_INTERNAL(sequenceDictionaryArg, toImplArray<Dictionary>(info[5], 6, info.GetIsolate(), exceptionState), exceptionState);
81 optionalDictionaryArg = Dictionary(info[6], info.GetIsolate());
82 optionalTestInterfaceEmptyArg = V8TestInterfaceEmpty::toImplWithTypeCheck(info.GetIsolate(), info[7]);
84 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
85 Document& document = *toDocument(currentExecutionContext(info.GetIsolate()));
92 impl->associateWithWrapper(&V8TestInterfaceConstructor::wrapperTypeInfo, wrapper, info.GetIsolate());
98 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), info.GetIsolate());
104 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
105 Document& document = *toDocument(currentExecutionContext(info.GetIsolate()));
112 impl->associateWithWrapper(&V8TestInterfaceConstructor::wrapperTypeInfo, wrapper, info.GetIsolate());
118 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
119 Document& document = *toDocument(currentExecutionContext(info.GetIsolate()));
126 impl->associateWithWrapper(&V8TestInterfaceConstructor::wrapperTypeInfo, wrapper, info.GetIsolate());
132 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), info.GetIsolate());
141 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
142 Document& document = *toDocument(currentExecutionContext(info.GetIsolate()));
149 impl->associateWithWrapper(&V8TestInterfaceConstructor::wrapperTypeInfo, wrapper, info.GetIsolate());
155 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), info.GetIsolate());
219 V8ThrowException::throwTypeError(ExceptionMessages::constructorNotCallableAsFunction("Audio"), info.GetIsolate());
223 if (ConstructorMode::current(info.GetIsolate()) == ConstructorMode::WrapExistingObject) {
227 ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor", info.Holder(), info.GetIsolate());
238 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
239 Document& document = *toDocument(currentExecutionContext(info.GetIsolate()));
246 impl->associateWithWrapper(&V8TestInterfaceConstructorConstructor::wrapperTypeInfo, wrapper, info.GetIsolate());
252 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
253 Document& document = *toDocument(currentExecutionContext(info.GetIsolate()));
260 impl->associateWithWrapper(&V8TestInterfaceConstructorConstructor::wrapperTypeInfo, wrapper, info.GetIsolate());
285 UseCounter::count(callingExecutionContext(info.GetIsolate()), UseCounter::TestFeature);
287 V8ThrowException::throwTypeError(ExceptionMessages::constructorNotCallableAsFunction("TestInterfaceConstructor"), info.GetIsolate());
291 if (ConstructorMode::current(info.GetIsolate()) == ConstructorMode::WrapExistingObject) {