Lines Matching defs:undefined
65 // 4. Set the value of promise's [[PromiseFulfillReactions]] internal slot to undefined.
67 // 5. Set the value of promise's [[PromiseRejectReactions]] internal slot to undefined.
85 // 3. Let promiseCapability be a new PromiseCapability { [[Promise]]: undefined, [[Resolve]]: undefined,
86 // [[Reject]]: undefined }.
95 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined();
96 EcmaRuntimeCallInfo *info = EcmaInterpreter::NewRuntimeCallInfo(thread, obj, undefined, undefined, 1);
142 // 4. Set the value of promise's [[PromiseFulfillReactions]] internal slot to undefined.
144 // 5. Set the value of promise's [[PromiseRejectReactions]] internal slot to undefined.
174 // 2. Return undefined.