Lines Matching full:info
439 // Get the data object from access check info.
441 Object* info = constructor->shared()->function_data();
442 if (info == Heap::undefined_value()) return;
444 Object* data_obj = FunctionTemplateInfo::cast(info)->access_check_info();
504 Object* info = constructor->shared()->function_data();
505 if (info == Heap::undefined_value()) return false;
507 Object* data_obj = FunctionTemplateInfo::cast(info)->access_check_info();
549 Object* info = constructor->shared()->function_data();
550 if (info == Heap::undefined_value()) return false;
552 Object* data_obj = FunctionTemplateInfo::cast(info)->access_check_info();
646 // Find code position if recorded in relocation info.
680 // Compute the location from the function and the reloc info.