Home
last modified time | relevance | path

Searched refs:throwVMTypeError (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DDatePrototype.cpp458 return throwVMTypeError(exec); in dateProtoFuncToString()
476 return throwVMTypeError(exec); in dateProtoFuncToUTCString()
494 return throwVMTypeError(exec); in dateProtoFuncToISOString()
513 return throwVMTypeError(exec); in dateProtoFuncToDateString()
529 return throwVMTypeError(exec); in dateProtoFuncToTimeString()
545 return throwVMTypeError(exec); in dateProtoFuncToLocaleString()
555 return throwVMTypeError(exec); in dateProtoFuncToLocaleDateString()
565 return throwVMTypeError(exec); in dateProtoFuncToLocaleTimeString()
575 return throwVMTypeError(exec); in dateProtoFuncGetTime()
584 return throwVMTypeError(exec); in dateProtoFuncGetFullYear()
[all …]
DFunctionPrototype.cpp103 return throwVMTypeError(exec); in functionProtoFuncToString()
112 return throwVMTypeError(exec); in functionProtoFuncApply()
119 return throwVMTypeError(exec); in functionProtoFuncApply()
129 return throwVMTypeError(exec); in functionProtoFuncApply()
141 return throwVMTypeError(exec); in functionProtoFuncCall()
DNumberPrototype.cpp104 return throwVMTypeError(exec); in numberProtoFuncToExponential()
135 return throwVMTypeError(exec); in numberProtoFuncToFixed()
173 return throwVMTypeError(exec); in numberProtoFuncToPrecision()
208 return throwVMTypeError(exec); in numberProtoFuncToString()
294 return throwVMTypeError(exec); in numberProtoFuncToLocaleString()
304 return throwVMTypeError(exec); in numberProtoFuncValueOf()
DRegExpPrototype.cpp65 return throwVMTypeError(exec); in regExpProtoFuncTest()
73 return throwVMTypeError(exec); in regExpProtoFuncExec()
81 return throwVMTypeError(exec); in regExpProtoFuncCompile()
121 return throwVMTypeError(exec); in regExpProtoFuncToString()
DBooleanPrototype.cpp64 return throwVMTypeError(exec); in booleanProtoFuncToString()
80 return throwVMTypeError(exec); in booleanProtoFuncValueOf()
DStringPrototype.cpp481 return throwVMTypeError(exec); in stringProtoFuncToString()
488 return throwVMTypeError(exec); in stringProtoFuncCharAt()
508 return throwVMTypeError(exec); in stringProtoFuncCharCodeAt()
534 return throwVMTypeError(exec); in stringProtoFuncConcat()
542 return throwVMTypeError(exec); in stringProtoFuncIndexOf()
573 return throwVMTypeError(exec); in stringProtoFuncLastIndexOf()
602 return throwVMTypeError(exec); in stringProtoFuncMatch()
652 return throwVMTypeError(exec); in stringProtoFuncSearch()
679 return throwVMTypeError(exec); in stringProtoFuncSlice()
706 return throwVMTypeError(exec); in stringProtoFuncSplit()
[all …]
DArrayPrototype.cpp171 return throwVMTypeError(exec); in arrayProtoFuncToString()
234 return throwVMTypeError(exec); in arrayProtoFuncToLocaleString()
660 return throwVMTypeError(exec); in arrayProtoFuncFilter()
719 return throwVMTypeError(exec); in arrayProtoFuncMap()
781 return throwVMTypeError(exec); in arrayProtoFuncEvery()
839 return throwVMTypeError(exec); in arrayProtoFuncForEach()
889 return throwVMTypeError(exec); in arrayProtoFuncSome()
946 return throwVMTypeError(exec); in arrayProtoFuncReduce()
951 return throwVMTypeError(exec); in arrayProtoFuncReduce()
969 return throwVMTypeError(exec); in arrayProtoFuncReduce()
[all …]
DError.h72 …inline EncodedJSValue throwVMTypeError(ExecState* exec) { return JSValue::encode(throwTypeError(ex… in throwVMTypeError() function
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestObj.cpp836 return throwVMTypeError(exec); in jsTestObjPrototypeFunctionVoidMethod()
848 return throwVMTypeError(exec); in jsTestObjPrototypeFunctionVoidMethodWithArgs()
869 return throwVMTypeError(exec); in jsTestObjPrototypeFunctionIntMethod()
882 return throwVMTypeError(exec); in jsTestObjPrototypeFunctionIntMethodWithArgs()
904 return throwVMTypeError(exec); in jsTestObjPrototypeFunctionObjMethod()
917 return throwVMTypeError(exec); in jsTestObjPrototypeFunctionObjMethodWithArgs()
939 return throwVMTypeError(exec); in jsTestObjPrototypeFunctionMethodThatRequiresAllArgs()
960 return throwVMTypeError(exec); in jsTestObjPrototypeFunctionMethodThatRequiresAllArgsAndThrows()
983 return throwVMTypeError(exec); in jsTestObjPrototypeFunctionSerializedValue()
998 return throwVMTypeError(exec); in jsTestObjPrototypeFunctionIdbKey()
[all …]
DJSTestMediaQueryListListener.cpp171 return throwVMTypeError(exec); in jsTestMediaQueryListListenerPrototypeFunctionMethod()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DJSNPMethod.cpp72 return throwVMTypeError(exec); in callMethod()
/external/webkit/Source/WebCore/bindings/js/
DJSSVGLengthCustom.cpp54 throwVMTypeError(exec); in setValue()
DJSDataViewCustom.cpp53 return throwVMTypeError(exec); in constructJSDataView()
/external/webkit/Source/WebCore/bridge/
Druntime_method.cpp111 return throwVMTypeError(exec); in callRuntimeMethod()
/external/webkit/Source/WebCore/bridge/objc/
Dobjc_runtime.mm223 return throwVMTypeError(exec);
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1623059 (JSC::throwVMTypeError):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06119755 failures. Revised CodeGeneratorJS.pm to use throwVMTypeError