Lines Matching full:locals
11145 // Locals name, value
11203 // Get the locals names and values into a temporary array.
11208 Handle<FixedArray> locals =
11211 // Fill in the values of the locals.
11215 locals->set(i * 2, scope_info->LocalName(i));
11216 locals->set(i * 2 + 1, frame_inspector.GetExpression(i));
11226 locals->set(i * 2, *name);
11227 locals->set(i * 2 + 1, context->get(
11302 // Add the locals count
11354 // Add locals name and value from the temporary copy from the function frame.
11356 details->set(details_index++, locals->get(i));
11420 // Second fill all stack locals.
11465 // Stack locals.
11486 // Third fill all context locals.
11590 // Stack locals.
11599 // Context locals.
11643 // Fill all context locals to the context extension.
11686 // Context locals to the context extension.
11751 // Allocate and initialize a JSObject with all the arguments, stack locals
11752 // heap locals and extension properties of the debugged function.
11756 // Fill all context locals.
11779 // Fill all context locals.
12131 // completely stack allocated scopes or stack allocated locals.
12794 // - Parameters and stack-allocated locals need to be materialized. Altered
12835 // Materialize stack locals and the arguments object.
12846 // Add the materialized object in a with-scope to shadow the stack locals.
12858 // Write back potential changes to materialized stack locals to the stack.
13014 // Object* locals that are not protected by handles.