Searched refs:StructureFlags (Results 51 - 75 of 152) sorted by relevance

1234567

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSArrayBuffer.h59 static const unsigned StructureFlags = OverridesGetPropertyNames | OverridesGetOwnPropertySlot | Base::StructureFlags; member in class:JSC::JSArrayBuffer
H A DJSPromise.h78 static const unsigned StructureFlags = OverridesVisitChildren | JSObject::StructureFlags; member in class:JSC::JSPromise
H A DJSProxy.h46 return Structure::create(vm, globalObject, prototype, TypeInfo(proxyType, StructureFlags), info());
71 static const unsigned StructureFlags = OverridesVisitChildren | OverridesGetOwnPropertySlot | OverridesGetPropertyNames | InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | Base::StructureFlags; member in class:JSC::JSProxy
H A DRegExpObject.h73 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
80 static const unsigned StructureFlags = OverridesVisitChildren | OverridesGetOwnPropertySlot | Base::StructureFlags; member in class:JSC::RegExpObject
H A DStringObject.h65 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
70 static const unsigned StructureFlags = OverridesGetOwnPropertySlot | InterceptsGetOwnPropertySlotByIndexEvenWhenLengthIsNotZero | OverridesGetPropertyNames | JSWrapperObject::StructureFlags; member in class:JSC::StringObject
H A DArgumentsIteratorConstructor.h50 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DArgumentsIteratorPrototype.h48 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DArrayBufferNeuteringWatchpoint.cpp60 return Structure::create(vm, 0, jsNull(), TypeInfo(CompoundType, StructureFlags), info());
H A DArrayIteratorConstructor.h50 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DArrayIteratorPrototype.h48 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DBooleanConstructor.h45 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DBooleanObject.h47 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DConsolePrototype.h48 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DErrorConstructor.h46 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DFunctionPrototype.h43 return Structure::create(vm, globalObject, proto, TypeInfo(ObjectType, StructureFlags), info());
H A DJSConsole.h41 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DJSMapIterator.cpp49 COMPILE_ASSERT(StructureFlags & OverridesVisitChildren, OverridesVisitChildrenWithoutSettingFlag);
H A DJSSegmentedVariableObject.cpp68 COMPILE_ASSERT(StructureFlags & OverridesVisitChildren, OverridesVisitChildrenWithoutSettingFlag);
H A DJSSetIterator.cpp49 COMPILE_ASSERT(StructureFlags & OverridesVisitChildren, OverridesVisitChildrenWithoutSettingFlag);
H A DMapConstructor.h50 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DMapIteratorConstructor.h50 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DMapIteratorPrototype.h48 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DMapPrototype.h48 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DNameConstructor.h51 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DJSNPObject.h78 static const unsigned StructureFlags = JSC::OverridesGetOwnPropertySlot | JSC::OverridesGetPropertyNames | JSObject::StructureFlags; member in class:WebKit::JSNPObject
82 return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());

Completed in 161 milliseconds

1234567