Searched refs:RuntimeThrowTypeError (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 115 return RuntimeThrowTypeError(thread, "Cannot use 'in' operator in Non-Object"); in RuntimeIsIn() 282 return RuntimeThrowTypeError(thread, "Cannot Newobjspread"); in RuntimeNewObjApply() 530 return RuntimeThrowTypeError(thread, "the Iterator is not an ecmaobject."); in RuntimeGetIteratorNext() 597 …return RuntimeThrowTypeError(thread, "In a class, static property named 'prototype' throw a TypeEr… in RuntimeStOwnByValue() 609 return RuntimeThrowTypeError(thread, "StOwnByValue failed"); in RuntimeStOwnByValue() 708 return RuntimeThrowTypeError(thread, "SetOwnByIndex failed"); in RuntimeStOwnByIndex() 999 return RuntimeThrowTypeError(thread, "parent class is not constructor"); in RuntimeSetClassInheritanceRelationship() 1006 return RuntimeThrowTypeError(thread, "parent class have no valid prototype"); in RuntimeSetClassInheritanceRelationship() 1085 …return RuntimeThrowTypeError(thread, "In a class, static property named 'prototype' throw a TypeEr… in RuntimeStOwnByValueWithNameSet() 1097 return RuntimeThrowTypeError(thread, "StOwnByValueWithNameSet failed"); in RuntimeStOwnByValueWithNameSet() [all …]
|
| D | runtime_stubs.h | 737 static inline JSTaggedValue RuntimeThrowTypeError(JSThread *thread, const char *message);
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 946 return RuntimeStubs::RuntimeThrowTypeError(thread, message); in ThrowTypeError()
|