HomeSort by relevance Sort by last modified time
    Searched refs:ConstructorMode (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ObjectConstructor.cpp 41 ConstructorMode constructorMode;
49 ConstructorMode constructorMode;
57 ConstructorMode constructorMode;
70 if (ConstructorMode::current() == ConstructorMode::CreateNewObject) {
V8ObjectConstructor.h 42 class ConstructorMode {
49 ConstructorMode()
56 ~ConstructorMode()
V8PerIsolateData.h 169 friend class ConstructorMode;
V8PerIsolateData.cpp 44 , m_constructorMode(ConstructorMode::CreateNewObject)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8HTMLImageElementConstructor.cpp 56 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) {
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestEventConstructor.cpp 136 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) {
V8TestNamedConstructor.cpp 77 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) {
V8TestNode.cpp 85 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) {
V8Float64Array.cpp 141 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) {
V8TestExtendedEvent.cpp 146 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) {
V8TestOverloadedConstructors.cpp 148 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) {
V8TestTypedefs.cpp 539 if (ConstructorMode::current() == ConstructorMode::WrapExistingObject) {
V8TestInterface.cpp     [all...]
V8TestObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm     [all...]

Completed in 168 milliseconds