Lines Matching defs:undefined
30 // 1.If NewTarget is undefined, throw a TypeError exception
34 THROW_TYPE_ERROR_AND_RETURN(thread, "new target can't be undefined", JSTaggedValue::Exception());
48 // 5.If iterable is not present, let iterable be undefined.
49 // 6.If iterable is either undefined or null, let iter be undefined.
51 // 8.If iter is undefined, return set
79 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined();
80 EcmaRuntimeCallInfo *info = EcmaInterpreter::NewRuntimeCallInfo(thread, adder, setHandle, undefined, 1);
194 // 5.If thisArg was supplied, let T be thisArg; else let T be undefined.
202 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined();
209 thread, func, thisArg, undefined, argsLength);