Searched defs:_fun (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/v8/test/mjsunit/runtime-gen/
H A Dfunctiongetscript.js4 var _fun = function() {}; function
5 %FunctionGetScript(_fun);
H A Dfunctiongetscriptsourceposition.js4 var _fun = function() {}; function
5 %FunctionGetScriptSourcePosition(_fun);
H A Dgetfunctionscopecount.js4 var _fun = function() {}; function
5 %GetFunctionScopeCount(_fun);
H A Dfunctionsetinstanceclassname.js4 var _fun = function() {}; function
6 %FunctionSetInstanceClassName(_fun, _name);
H A Dfunctionsetlength.js4 var _fun = function() {}; function
6 %FunctionSetLength(_fun, _length);
H A Dfunctionsetprototype.js4 var _fun = function() {}; function
6 %FunctionSetPrototype(_fun, _value);
H A Dgetbreaklocations.js4 var _fun = function() {}; function
6 %GetBreakLocations(_fun, arg1);
H A Dgetfunctionscopedetails.js4 var _fun = function() {}; function
6 %GetFunctionScopeDetails(_fun, _index);
H A Dsetscopevariablevalue.js4 var _fun = function() {}; function
10 %SetScopeVariableValue(_fun, _wrapped_id, _inlined_jsframe_index, _index, _variable_name, _new_value);

Completed in 126 milliseconds