Lines Matching refs:info
26 #include "src/base/sys-info.h"
80 #include "src/objects/call-site-info-inl.h"
132 #include "src/diagnostics/unwinding-info-win64.h"
587 // the thread info below instead.
888 auto info = isolate_->factory()->NewCallSiteInfo(
890 elements_ = FixedArray::SetAndGrow(isolate_, elements_, index_++, info);
1303 Script::PositionInfo info;
1304 Script::GetPositionInfo(script, position, &info, Script::WITH_OFFSET);
1305 *line = info.line + 1;
1306 *column = info.column + 1;
1471 // Get the data object from access check info.
2352 // Compute the location from the function and the relocation info of the
2432 Handle<StackFrameInfo> info(StackFrameInfo::cast(stack_frame_infos->get(0)),
2434 const int pos = StackFrameInfo::GetSourcePosition(info);
2435 *target = MessageLocation(handle(info->script(), this), pos, pos + 1);
5036 Handle<SharedFunctionInfo> info = *it;
5037 if (info->HasBuiltinId()) {
5040 switch (info->builtin_id()) {
5054 if (info->IsUserJavaScript() && action_type.IsJust()) {
5059 debug()->IsBlackboxed(info));