Lines Matching refs:locals
10429 // Locals name, value
10487 // Get the locals names and values into a temporary array.
10492 Handle<FixedArray> locals =
10495 // Fill in the values of the locals.
10499 locals->set(i * 2, scope_info->LocalName(i));
10500 locals->set(i * 2 + 1, frame_inspector.GetExpression(i));
10510 locals->set(i * 2, *name);
10511 locals->set(i * 2 + 1, context->get(
10586 // Add the locals count
10638 // Add locals name and value from the temporary copy from the function frame.
10640 details->set(details_index++, locals->get(i));
10674 // Copy all the context locals into an object used to materialize a scope.
10680 // Fill all context locals to the context extension.
10711 // Allocate and initialize a JSObject with all the arguments, stack locals
10712 // heap locals and extension properties of the debugged function.
10732 // Second fill all stack locals.
10745 // Third fill all context locals.
10810 // Fill all context locals to the context extension.
10869 // Allocate and initialize a JSObject with all the arguments, stack locals
10870 // heap locals and extension properties of the debugged function.
10874 // Fill all context locals.
10897 // Fill all context locals.
11005 // completely stack allocated scopes or stack allocated locals.
11767 // extension part has all the parameters and locals of the function on the
12099 // Object* locals that are not protected by handles.