Searched refs:TypeInfo (Results 26 - 50 of 127) sorted by relevance

123456

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
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());
H A DNameConstructor.h51 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DNamePrototype.h49 return Structure::create(vm, globalObject, prototype, TypeInfo(NameInstanceType, StructureFlags), info());
H A DNumberObject.h47 return Structure::create(vm, globalObject, prototype, TypeInfo(NumberObjectType, StructureFlags), info());
H A DNumberPrototype.h43 return Structure::create(vm, globalObject, prototype, TypeInfo(NumberObjectType, StructureFlags), info());
H A DRegExpPrototype.h44 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DSetConstructor.h50 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DSetIteratorConstructor.h50 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DSetIteratorPrototype.h48 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DSetPrototype.h48 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DStrictEvalActivation.h49 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DWeakMapConstructor.h50 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DWeakMapPrototype.h48 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DArrayConstructor.h47 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DCustomGetterSetter.h55 return Structure::create(vm, globalObject, prototype, TypeInfo(CustomGetterSetterType, StructureFlags), info());
H A DDateConstructor.h45 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
H A DErrorInstance.h38 return Structure::create(vm, globalObject, prototype, TypeInfo(ErrorInstanceType, StructureFlags), info());
H A DExceptionHelpers.h79 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSCallbackObject.cpp55 return Structure::create(vm, globalObject, proto, TypeInfo(ObjectType, StructureFlags), info());
61 return Structure::create(vm, globalObject, proto, TypeInfo(GlobalObjectType, StructureFlags), info());
H A DJSCallbackConstructor.h53 return Structure::create(vm, globalObject, proto, TypeInfo(ObjectType, StructureFlags), info());
H A DObjCCallbackFunction.h57 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
/macosx-10.10.1/JavaScriptCore-7600.1.17/debugger/
H A DDebuggerActivation.h56 return Structure::create(vm, globalObject, prototype, TypeInfo(ObjectType, StructureFlags), info());
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DJSInjectedScriptHostPrototype.h50 return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());
H A DJSJavaScriptCallFramePrototype.h50 return JSC::Structure::create(vm, globalObject, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), info());

Completed in 205 milliseconds

123456