Lines Matching defs:stack
468 // This class implements the "stack" proxy (which offers only indexed access).
555 // readonly stack : WasmValue[];
561 // The wasm index spaces memories, tables, stack, globals, locals, and
563 // either by index or by name (except for stack).
640 auto stack = StackProxy::Create(frame);
641 JSObject::AddProperty(isolate, object, "stack", stack, FROZEN);
663 // Skip local scope and expression stack scope if the frame is not
732 auto stack = StackProxy::Create(frame_);
733 JSObject::AddProperty(isolate, object, "stack", stack, FROZEN);