Home
last modified time | relevance | path

Searched defs:ThrowTypeError (Results 1 – 4 of 4) sorted by relevance

/ark/js_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp67 JSTaggedValue BuiltinsTypeError::ThrowTypeError(EcmaRuntimeCallInfo *argv) in ThrowTypeError() function in panda::ecmascript::builtins::BuiltinsTypeError
/ark/js_runtime/ecmascript/
Druntime_trampolines.cpp1097 DEF_RUNTIME_TRAMPOLINES(ThrowTypeError) in DEF_RUNTIME_TRAMPOLINES() argument
/ark/js_runtime/ecmascript/compiler/
Dstub_descriptor.cpp480 CALL_STUB_INIT_DESCRIPTOR(ThrowTypeError) in CALL_STUB_INIT_DESCRIPTOR() argument
/ark/js_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1725 JSTaggedValue SlowRuntimeStub::ThrowTypeError(JSThread *thread, const char *message) in ThrowTypeError() function in panda::ecmascript::SlowRuntimeStub