Home | History | Annotate | Download | only in runtime

Lines Matching refs:Identifier

33 static JSValue numberConstructorNaNValue(ExecState*, JSValue, const Identifier&);
34 static JSValue numberConstructorNegInfinity(ExecState*, JSValue, const Identifier&);
35 static JSValue numberConstructorPosInfinity(ExecState*, JSValue, const Identifier&);
36 static JSValue numberConstructorMaxValue(ExecState*, JSValue, const Identifier&);
37 static JSValue numberConstructorMinValue(ExecState*, JSValue, const Identifier&);
58 : InternalFunction(&exec->globalData(), globalObject, structure, Identifier(exec, numberPrototype->s_info.className))
69 bool NumberConstructor::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
74 bool NumberConstructor::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor)
79 static JSValue numberConstructorNaNValue(ExecState*, JSValue, const Identifier&)
84 static JSValue numberConstructorNegInfinity(ExecState*, JSValue, const Identifier&)
89 static JSValue numberConstructorPosInfinity(ExecState*, JSValue, const Identifier&)
94 static JSValue numberConstructorMaxValue(ExecState*, JSValue, const Identifier&)
99 static JSValue numberConstructorMinValue(ExecState*, JSValue, const Identifier&)