Home
last modified time | relevance | path

Searched refs:ConstructorMode (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8ObjectConstructor.cpp41 ConstructorMode constructorMode; in newInstance()
49 ConstructorMode constructorMode; in newInstance()
57 ConstructorMode constructorMode; in newInstance()
70 if (ConstructorMode::current() == ConstructorMode::CreateNewObject) { in isValidConstructorMode()
DV8ObjectConstructor.h42 class ConstructorMode {
49 ConstructorMode() in ConstructorMode() function
56 ~ConstructorMode() in ~ConstructorMode()
DV8PerIsolateData.h170 friend class ConstructorMode; variable
DV8PerIsolateData.cpp44 , m_constructorMode(ConstructorMode::CreateNewObject) in V8PerIsolateData()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestInterfaceCustomConstructor.cpp82 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) { in constructorCallback()
DV8TestInterfaceConstructor3.cpp96 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) { in constructorCallback()
DV8TestInterfaceNamedConstructor.cpp83 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) { in V8TestInterfaceNamedConstructorConstructorCallback()
DV8TestNamedConstructor.cpp83 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) { in V8TestNamedConstructorConstructorCallback()
DV8TestInterfaceConstructor2.cpp131 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) { in constructorCallback()
DV8TestNode.cpp152 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) { in constructorCallback()
DV8TestInterfaceConstructor.cpp142 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) { in constructorCallback()
DV8TestOverloadedConstructors.cpp153 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) { in constructorCallback()
DV8TestInterfaceEventConstructor.cpp332 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) { in constructorCallback()
DV8TestTypedefs.cpp481 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) { in constructorCallback()
DV8TestInterface.cpp841 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) { in constructorCallback()
DV8TestObject.cpp5310 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) { in constructorCallback()