Home
last modified time | relevance | path

Searched defs:JSValue (Results 1 – 25 of 31) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/runtime/
DJSValueInlineMethods.h100 inline JSValue::JSValue(char i) in JSValue() function
105 inline JSValue::JSValue(unsigned char i) in JSValue() function
110 inline JSValue::JSValue(short i) in JSValue() function
115 inline JSValue::JSValue(unsigned short i) in JSValue() function
120 inline JSValue::JSValue(unsigned i) in JSValue() function
129 inline JSValue::JSValue(long i) in JSValue() function
138 inline JSValue::JSValue(unsigned long i) in JSValue() function
147 inline JSValue::JSValue(long long i) in JSValue() function
156 inline JSValue::JSValue(unsigned long long i) in JSValue() function
165 inline JSValue::JSValue(double d) in JSValue() function
[all …]
DNumberConstructor.cpp79 static JSValue numberConstructorNaNValue(ExecState*, JSValue, const Identifier&) in numberConstructorNaNValue() argument
84 static JSValue numberConstructorNegInfinity(ExecState*, JSValue, const Identifier&) in numberConstructorNegInfinity() argument
89 static JSValue numberConstructorPosInfinity(ExecState*, JSValue, const Identifier&) in numberConstructorPosInfinity() argument
94 static JSValue numberConstructorMaxValue(ExecState*, JSValue, const Identifier&) in numberConstructorMaxValue() argument
99 static JSValue numberConstructorMinValue(ExecState*, JSValue, const Identifier&) in numberConstructorMinValue() argument
DJSNotAnObject.cpp46 bool JSNotAnObject::getPrimitiveNumber(ExecState* exec, double&, JSValue&) in getPrimitiveNumber() argument
95 void JSNotAnObject::put(ExecState* exec, const Identifier& , JSValue, PutPropertySlot&) in put() argument
100 void JSNotAnObject::put(ExecState* exec, unsigned, JSValue) in put() argument
DJSZombie.h53 …virtual bool getPrimitiveNumber(ExecState*, double&, JSValue&) { ASSERT_NOT_REACHED(); return fals… in getPrimitiveNumber() argument
59 …virtual void put(ExecState*, const Identifier&, JSValue, PutPropertySlot&) { ASSERT_NOT_REACHED();… in put() argument
60 virtual void put(ExecState*, unsigned, JSValue) { ASSERT_NOT_REACHED(); } in put() argument
DWriteBarrier.h35 inline void writeBarrier(JSGlobalData&, const JSCell*, JSValue) in writeBarrier() argument
DJSCell.cpp182 bool JSCell::getPrimitiveNumber(ExecState*, double&, JSValue&) in getPrimitiveNumber() argument
DJSCell.h64 friend class JSValue; variable
/external/webkit/Source/WebCore/bindings/js/
DJSHistoryCustom.cpp40 static JSValue nonCachingStaticBackFunctionGetter(ExecState* exec, JSValue, const Identifier& prope… in nonCachingStaticBackFunctionGetter() argument
45 static JSValue nonCachingStaticForwardFunctionGetter(ExecState* exec, JSValue, const Identifier& pr… in nonCachingStaticForwardFunctionGetter() argument
50 static JSValue nonCachingStaticGoFunctionGetter(ExecState* exec, JSValue, const Identifier& propert… in nonCachingStaticGoFunctionGetter() argument
140 bool JSHistory::putDelegate(ExecState* exec, const Identifier&, JSValue, PutPropertySlot&) in putDelegate() argument
DJSExceptionBase.h31 class JSValue; variable
DJSLocationCustom.cpp33 static JSValue nonCachingStaticReplaceFunctionGetter(ExecState* exec, JSValue, const Identifier& pr… in nonCachingStaticReplaceFunctionGetter() argument
38 static JSValue nonCachingStaticReloadFunctionGetter(ExecState* exec, JSValue, const Identifier& pro… in nonCachingStaticReloadFunctionGetter() argument
43 static JSValue nonCachingStaticAssignFunctionGetter(ExecState* exec, JSValue, const Identifier& pro… in nonCachingStaticAssignFunctionGetter() argument
277 bool JSLocationPrototype::putDelegate(ExecState* exec, const Identifier& propertyName, JSValue, Put… in putDelegate() argument
DScriptFunctionCall.h42 class JSValue; variable
DJSArrayBufferViewHelper.h43 JSC::JSValue setWebGLArrayHelper(JSC::ExecState* exec, T* impl, T* (*conversionFunc)(JSC::JSValue)) in setWebGLArrayHelper()
DJSDOMBinding.cpp424 JSValue objectToStringFunctionGetter(ExecState* exec, JSValue, const Identifier& propertyName) in objectToStringFunctionGetter() argument
/external/webkit/Source/WebKit/mac/WebView/
DWebScriptDebugDelegate.mm58 - (id)_convertValueToObjcValue:(JSValue)value; argument
117 {
/external/webkit/Source/JavaScriptCore/debugger/
DDebugger.h33 class JSValue; variable
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNPRuntimeObjectMap.h40 class JSValue; variable
/external/webkit/Source/JavaScriptCore/profiler/
DProfiler.h43 class JSValue; variable
/external/webkit/Source/WebCore/bridge/jsc/
DBridgeJSC.h94 virtual bool setValueOfUndefinedField(ExecState*, const Identifier&, JSValue) { return false; } in setValueOfUndefinedField() argument
117 virtual void put(JSObject*, ExecState*, const Identifier&, JSValue, PutPropertySlot&) { } in put() argument
/external/webkit/Source/JavaScriptCore/heap/
DHandle.h59 typedef JSValue (HandleBase::*UnspecifiedBoolType); typedef
DHeap.h40 class JSValue; variable
DHandleHeap.h39 class JSValue; variable
/external/webkit/Source/JavaScriptCore/API/
DAPICast.h39 class JSValue; variable
DJSCallbackObjectFunctions.h337 bool JSCallbackObject<Base>::hasInstance(ExecState* exec, JSValue value, JSValue) in hasInstance() argument
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestObj.cpp1569 JSValue jsTestObjCONST_VALUE_0(ExecState* exec, JSValue, const Identifier&) in jsTestObjCONST_VALUE_0() argument
1575 JSValue jsTestObjCONST_VALUE_1(ExecState* exec, JSValue, const Identifier&) in jsTestObjCONST_VALUE_1() argument
1581 JSValue jsTestObjCONST_VALUE_2(ExecState* exec, JSValue, const Identifier&) in jsTestObjCONST_VALUE_2() argument
1587 JSValue jsTestObjCONST_VALUE_4(ExecState* exec, JSValue, const Identifier&) in jsTestObjCONST_VALUE_4() argument
1593 JSValue jsTestObjCONST_VALUE_8(ExecState* exec, JSValue, const Identifier&) in jsTestObjCONST_VALUE_8() argument
1599 JSValue jsTestObjCONST_VALUE_9(ExecState* exec, JSValue, const Identifier&) in jsTestObjCONST_VALUE_9() argument
1605 JSValue jsTestObjCONST_VALUE_10(ExecState* exec, JSValue, const Identifier&) in jsTestObjCONST_VALUE_10() argument
1610 JSValue jsTestObjCONST_VALUE_11(ExecState* exec, JSValue, const Identifier&) in jsTestObjCONST_VALUE_11() argument
1616 JSValue jsTestObjCONST_VALUE_12(ExecState* exec, JSValue, const Identifier&) in jsTestObjCONST_VALUE_12() argument
1622 JSValue jsTestObjCONST_VALUE_13(ExecState* exec, JSValue, const Identifier&) in jsTestObjCONST_VALUE_13() argument
[all …]
/external/webkit/Source/WebCore/bindings/objc/
DWebScriptObject.mm535 {

12