Lines Matching refs:heap

103                  isolate->heap()->exception());
120 if (!maybe.IsJust()) return isolate->heap()->exception();
121 if (maybe.FromJust() == ABSENT) return isolate->heap()->false_value();
122 return isolate->heap()->ToBoolean((maybe.FromJust() & DONT_ENUM) == 0);
455 MAYBE_RETURN(success, isolate->heap()->exception());
460 return isolate->heap()->undefined_value();
486 return isolate->heap()->undefined_value();
492 MAYBE_RETURN(found, isolate->heap()->exception());
500 return isolate->heap()->undefined_value();
506 return isolate->heap()->undefined_value();
513 return isolate->heap()->undefined_value();
525 return isolate->heap()->undefined_value();
575 isolate->heap()->exception());
621 isolate->heap()->exception());
655 return isolate->heap()->undefined_value();
659 if (!object->IsJSReceiver()) return isolate->heap()->undefined_value();
666 isolate->heap()->exception());
669 return isolate->heap()->undefined_value();
689 MAYBE_RETURN(found, isolate->heap()->exception());
691 if (!found.FromJust()) return isolate->heap()->undefined_value();
730 return isolate->heap()->ToBoolean(value1->SameValue(*value2));
741 MAYBE_RETURN(result, isolate->heap()->exception());
742 return isolate->heap()->ToBoolean(result.FromJust());
753 MAYBE_RETURN(result, isolate->heap()->exception());
754 return isolate->heap()->ToBoolean(result.FromJust());
765 MAYBE_RETURN(result, isolate->heap()->exception());
766 return isolate->heap()->ToBoolean(result.FromJust());
781 isolate->heap()->empty_fixed_array()) {
851 MAYBE_RETURN(did_get_descriptor, isolate->heap()->exception());
873 isolate->heap()->exception());
885 isolate->heap()->exception());