Lines Matching defs:Hole

170 Local<PrimitiveRef> JSValueRef::Hole(const EcmaVM *vm)
3525 CROSS_THREAD_AND_EXCEPTION_CHECK_WITH_RETURN(vm, *JSValueRef::Hole(vm));
3545 RETURN_VALUE_IF_ABRUPT(thread, *JSValueRef::Hole(vm));
3556 STACK_LIMIT_CHECK(thread, reinterpret_cast<JSValueRef *>(*JSValueRef::Hole(vm)));
3561 reinterpret_cast<JSValueRef *>(*JSValueRef::Hole(vm)));
3570 RETURN_VALUE_IF_ABRUPT(thread, *JSValueRef::Hole(vm));
5679 // When input validation is failed, we return JSTaggedValue::Hole to napi native engine.
5680 // Using JSTaggedValue::Hole as the "hand-shaking-protocol" to tell native engine to change error state.
5681 JSHandle<JSTaggedValue> holeHandle(thread, JSTaggedValue::Hole());
5703 // When input validation is failed, we return JSTaggedValue::Hole to napi native engine.
5704 // Using JSTaggedValue::Hole as the "hand-shaking-protocol" to tell native engine to change error state.
5705 JSHandle<JSTaggedValue> holeHandle(thread, JSTaggedValue::Hole());
5727 // When input validation is failed, we return JSTaggedValue::Hole to napi native engine.
5728 // Using JSTaggedValue::Hole as the "hand-shaking-protocol" to tell native engine to change error state.
5729 JSHandle<JSTaggedValue> holeHandle(thread, JSTaggedValue::Hole());
5760 // When input validation is failed, we return JSTaggedValue::Hole to napi native engine.
5761 // Using JSTaggedValue::Hole as the "hand-shaking-protocol" to tell native engine to change error state.
5762 JSHandle<JSTaggedValue> holeHandle(thread, JSTaggedValue::Hole());
5784 // When input validation is failed, we return JSTaggedValue::Hole to napi native engine.
5785 // Using JSTaggedValue::Hole as the "hand-shaking-protocol" to tell native engine to change error state.
5786 JSHandle<JSTaggedValue> holeHandle(thread, JSTaggedValue::Hole());