Searched refs:ObjectType (Results 1 - 25 of 93) sorted by relevance

1234

/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DObjectType.h34 enum ObjectType { Small, Medium, Large, XLarge }; enum in namespace:bmalloc
36 ObjectType objectType(void*);
H A DObjectType.cpp27 #include "ObjectType.h"
31 ObjectType objectType(void* object)
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSCallbackFunction.h47 return Structure::create(vm, globalObject, proto, TypeInfo(ObjectType, StructureFlags), info());
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DArrayPrototype.h44 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info(), ArrayClass);
H A DJSType.h50 // The ObjectType value must come before any JSType that is a subclass of JSObject.
51 ObjectType,
H A DObjectPrototype.h38 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DStringPrototype.h41 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
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 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 DBooleanPrototype.h43 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 DDatePrototype.h49 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 DInternalFunction.h46 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 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 DMathObject.h46 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());

Completed in 153 milliseconds

1234