Home | History | Annotate | Download | only in debug

Lines Matching refs:materialized

69   // materialized and included on top of the native context. Changes to
70 // the materialized object are written back afterwards.
139 // use a debug-evaluate context to wrap both the materialized object and
149 // - Look up in the materialized stack variables.
158 Handle<JSObject> materialized = factory->NewJSObjectWithNullProto();
162 MaterializeReceiver(materialized, local_context, local_function,
164 frame_inspector.MaterializeStackLocals(materialized, local_function);
165 MaterializeArgumentsObject(materialized, local_function);
168 context_chain_element.materialized_object = materialized;
188 Handle<JSObject> materialized = factory->NewJSObjectWithNullProto();
189 frame_inspector.MaterializeStackLocals(materialized,
193 context_chain_element.materialized_object = materialized;
216 // Write back potential changes to materialized stack locals to the stack.