Home
last modified time | relevance | path

Searched defs:throwTypeError (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp2101 BRANCH(TaggedIsUndefinedOrNullOrHole(thisValue), &throwTypeError, &thisExists); in CreateJSTypedArrayIterator() local
2103 BRANCH(IsEcmaObject(thisValue), &isEcmaObject, &throwTypeError); in CreateJSTypedArrayIterator() local
2105 BRANCH(IsTypedArray(thisValue), &isTypedArray, &throwTypeError); in CreateJSTypedArrayIterator() local

Completed in 8 milliseconds