Lines Matching refs:undefined_value
57 if (is_var) return isolate->heap()->undefined_value(); in DeclareGlobals()
84 return isolate->heap()->undefined_value(); in DeclareGlobals()
123 value = isolate->factory()->undefined_value(); in RUNTIME_FUNCTION()
141 return isolate->heap()->undefined_value(); in RUNTIME_FUNCTION()
252 : Handle<Object>::cast(isolate->factory()->undefined_value()); in DeclareLookupSlot()
280 if (is_var) return isolate->heap()->undefined_value(); in DeclareLookupSlot()
286 return isolate->heap()->undefined_value(); in DeclareLookupSlot()
316 return isolate->heap()->undefined_value(); in DeclareLookupSlot()
773 return isolate->heap()->undefined_value(); in FindNameClash()
954 return isolate->heap()->undefined_value(); in RUNTIME_FUNCTION()
1007 return isolate->heap()->undefined_value(); in ComputeReceiverForNonGlobal()
1036 Handle<Object> receiver = isolate->factory()->undefined_value(); in LoadLookupSlotHelper()
1057 value = isolate->heap()->undefined_value(); in LoadLookupSlotHelper()
1074 ? Object::cast(isolate->heap()->undefined_value()) in LoadLookupSlotHelper()
1097 return MakePair(isolate->heap()->undefined_value(), in LoadLookupSlotHelper()
1098 isolate->heap()->undefined_value()); in LoadLookupSlotHelper()