Home
last modified time | relevance | path

Searched refs:stack_frame (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_errors.cc150 Local<StackFrame> stack_frame = stack->GetFrame(isolate, i); in PrintStackTrace() local
151 node::Utf8Value fn_name_s(isolate, stack_frame->GetFunctionName()); in PrintStackTrace()
152 node::Utf8Value script_name(isolate, stack_frame->GetScriptName()); in PrintStackTrace()
153 const int line_number = stack_frame->GetLineNumber(); in PrintStackTrace()
154 const int column = stack_frame->GetColumn(); in PrintStackTrace()
156 if (stack_frame->IsEval()) { in PrintStackTrace()
157 if (stack_frame->GetScriptId() == Message::kNoScriptIdInfo) { in PrintStackTrace()
/third_party/quickjs/
Dquickjs.c54182 JSStackFrame *stack_frame = ctx->rt->current_stack_frame; in JS_GetStackDepth() local
54183 while (stack_frame != NULL) { in JS_GetStackDepth()
54185 stack_frame = stack_frame->prev_frame; in JS_GetStackDepth()
54195 JSStackFrame *stack_frame = ctx->rt->current_stack_frame; in JS_GetCurrentLocation() local
54196 if (stack_frame == NULL) { in JS_GetCurrentLocation()
54201 JSObject *cur_func = JS_VALUE_GET_OBJ(stack_frame->cur_func); in JS_GetCurrentLocation()
54214 pc = stack_frame->cur_pc; in JS_GetCurrentLocation()
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_third_party8746 FILE: ../../../third_party/dart/runtime/vm/stack_frame.cc
9560 FILE: ../../../third_party/dart/runtime/vm/stack_frame.h