Home
last modified time | relevance | path

Searched refs:prototypeFunctionStructure (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/JavaScriptCore/runtime/
DObjectPrototype.cpp44 …type(ExecState* exec, NonNullPassRefPtr<Structure> stucture, Structure* prototypeFunctionStructure) in ObjectPrototype() argument
48 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 0, exec… in ObjectPrototype()
49 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 0, exec… in ObjectPrototype()
50 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 0, exec… in ObjectPrototype()
51 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec… in ObjectPrototype()
52 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec… in ObjectPrototype()
53 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec… in ObjectPrototype()
56 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 2, exec… in ObjectPrototype()
57 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 2, exec… in ObjectPrototype()
58 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec… in ObjectPrototype()
[all …]
DJSGlobalObject.cpp209 d()->prototypeFunctionStructure = PrototypeFunction::createStructure(d()->functionPrototype); in reset()
212 …d()->functionPrototype->addFunctionProperties(exec, d()->prototypeFunctionStructure.get(), &callFu… in reset()
215 …Prototype(exec, ObjectPrototype::createStructure(jsNull()), d()->prototypeFunctionStructure.get()); in reset()
233 …c, BooleanPrototype::createStructure(d()->objectPrototype), d()->prototypeFunctionStructure.get()); in reset()
236 …ec, NumberPrototype::createStructure(d()->objectPrototype), d()->prototypeFunctionStructure.get()); in reset()
242 …ec, RegExpPrototype::createStructure(d()->objectPrototype), d()->prototypeFunctionStructure.get()); in reset()
247 …xec, ErrorPrototype::createStructure(d()->objectPrototype), d()->prototypeFunctionStructure.get()); in reset()
261 …ateStructure(d()->functionPrototype), d()->objectPrototype, d()->prototypeFunctionStructure.get()); in reset()
263 …eateStructure(d()->functionPrototype), d()->arrayPrototype, d()->prototypeFunctionStructure.get()); in reset()
264 …ringConstructor::createStructure(d()->functionPrototype), d()->prototypeFunctionStructure.get(), d… in reset()
[all …]
DRegExpPrototype.cpp50 …ype(ExecState* exec, NonNullPassRefPtr<Structure> structure, Structure* prototypeFunctionStructure) in RegExpPrototype() argument
53 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 0, exec… in RegExpPrototype()
54 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 0, exec… in RegExpPrototype()
55 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 0, exec… in RegExpPrototype()
56 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 0, exec… in RegExpPrototype()
DPrototypeFunction.cpp36 …: InternalFunction(&exec->globalData(), exec->lexicalGlobalObject()->prototypeFunctionStructure(),… in PrototypeFunction()
43 …rototypeFunction(ExecState* exec, NonNullPassRefPtr<Structure> prototypeFunctionStructure, int len… in PrototypeFunction() argument
44 : InternalFunction(&exec->globalData(), prototypeFunctionStructure, name) in PrototypeFunction()
DBooleanPrototype.cpp40 …ype(ExecState* exec, NonNullPassRefPtr<Structure> structure, Structure* prototypeFunctionStructure) in BooleanPrototype() argument
45 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 0, exec… in BooleanPrototype()
46 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 0, exec… in BooleanPrototype()
DObjectConstructor.cpp45 …fPtr<Structure> structure, ObjectPrototype* objectPrototype, Structure* prototypeFunctionStructure) in ObjectConstructor() argument
54 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec… in ObjectConstructor()
55 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 2, exec… in ObjectConstructor()
56 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec… in ObjectConstructor()
57 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec… in ObjectConstructor()
58 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 3, exec… in ObjectConstructor()
59 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 2, exec… in ObjectConstructor()
60 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 2, exec… in ObjectConstructor()
DFunctionPrototype.cpp47 …onPrototype::addFunctionProperties(ExecState* exec, Structure* prototypeFunctionStructure, NativeF… in addFunctionProperties() argument
49 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 0, exec… in addFunctionProperties()
50 …*applyFunction = new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 2, exec->prope… in addFunctionProperties()
52 …*callFunction = new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec->proper… in addFunctionProperties()
DNumberPrototype.cpp50 …ype(ExecState* exec, NonNullPassRefPtr<Structure> structure, Structure* prototypeFunctionStructure) in NumberPrototype() argument
57 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec… in NumberPrototype()
58 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 0, exec… in NumberPrototype()
59 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 0, exec… in NumberPrototype()
60 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec… in NumberPrototype()
61 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec… in NumberPrototype()
62 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec… in NumberPrototype()
DDateConstructor.cpp61 …tate* exec, NonNullPassRefPtr<Structure> structure, Structure* prototypeFunctionStructure, DatePro… in DateConstructor() argument
66 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec… in DateConstructor()
67 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 7, exec… in DateConstructor()
68 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 0, exec… in DateConstructor()
DErrorPrototype.cpp38 …ype(ExecState* exec, NonNullPassRefPtr<Structure> structure, Structure* prototypeFunctionStructure) in ErrorPrototype() argument
46 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 0, exec… in ErrorPrototype()
DArrayConstructor.cpp40 …RefPtr<Structure> structure, ArrayPrototype* arrayPrototype, Structure* prototypeFunctionStructure) in ArrayConstructor() argument
50 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec… in ArrayConstructor()
DStringConstructor.cpp50 …tate* exec, NonNullPassRefPtr<Structure> structure, Structure* prototypeFunctionStructure, StringP… in StringConstructor() argument
57 …WithoutTransition(exec, new (exec) NativeFunctionWrapper(exec, prototypeFunctionStructure, 1, exec… in StringConstructor()
DNumberPrototype.h30 … NumberPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
DBooleanPrototype.h30 … BooleanPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
DErrorPrototype.h32 … ErrorPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
DRegExpPrototype.h30 … RegExpPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
DStringConstructor.h32 …nstructor(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure, StringP…
DObjectConstructor.h32 …ExecState*, NonNullPassRefPtr<Structure>, ObjectPrototype*, Structure* prototypeFunctionStructure);
DDateConstructor.h32 …nstructor(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure, DatePro…
DObjectPrototype.h30 … ObjectPrototype(ExecState*, NonNullPassRefPtr<Structure>, Structure* prototypeFunctionStructure);
DFunctionPrototype.h33 …void addFunctionProperties(ExecState*, Structure* prototypeFunctionStructure, NativeFunctionWrappe…
DJSGlobalObject.h145 RefPtr<Structure> prototypeFunctionStructure; member
229 … Structure* prototypeFunctionStructure() const { return d()->prototypeFunctionStructure.get(); } in prototypeFunctionStructure() function
/external/webkit/JavaScriptCore/
Djsc.cpp153 …Exec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFunctionStructure(), 1, Id… in GlobalObject()
154 …Exec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFunctionStructure(), 1, Id… in GlobalObject()
155 …Exec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFunctionStructure(), 0, Id… in GlobalObject()
156 …Exec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFunctionStructure(), 0, Id… in GlobalObject()
157 …Exec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFunctionStructure(), 1, Id… in GlobalObject()
158 …Exec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFunctionStructure(), 1, Id… in GlobalObject()
159 …Exec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFunctionStructure(), 1, Id… in GlobalObject()
160 …Exec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFunctionStructure(), 1, Id… in GlobalObject()
161 …Exec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFunctionStructure(), 0, Id… in GlobalObject()
164 …Exec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFunctionStructure(), 1, Id… in GlobalObject()
[all …]
/external/webkit/WebCore/bindings/js/
DJSHistoryCustom.cpp43 …exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStructure(), 0, pr… in nonCachingStaticBackFunctionGetter()
48 …exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStructure(), 0, pr… in nonCachingStaticForwardFunctionGetter()
53 …exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStructure(), 1, pr… in nonCachingStaticGoFunctionGetter()
DJSLocationCustom.cpp44 …exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStructure(), 1, pr… in nonCachingStaticReplaceFunctionGetter()
49 …exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStructure(), 0, pr… in nonCachingStaticReloadFunctionGetter()
54 …exec) NativeFunctionWrapper(exec, exec->lexicalGlobalObject()->prototypeFunctionStructure(), 1, pr… in nonCachingStaticAssignFunctionGetter()

12