Home
last modified time | relevance | path

Searched defs:additional_context (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/mjsunit/
Ddebug-evaluate-with-context.js102 in_top_frame: function(exec_state, expression, additional_context) { argument
105 globally: function(exec_state, expression, additional_context) { argument
115 function evaluateViaProtocol(exec_state, expression, additional_context, frame_argument_adder) { argument
136 in_top_frame: function(exec_state, expression, additional_context) { argument
139 globally: function(exec_state, expression, additional_context) { argument
/external/v8/test/mjsunit/regress/
Dregress-94873.js58 additional_context: [{ property
/external/v8/src/
Druntime.cc11793 Handle<Object> additional_context(args[5]); in RUNTIME_FUNCTION() local
11930 Handle<Object> additional_context(args[3]); in RUNTIME_FUNCTION() local