Searched defs:get_nested_object_literal (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/v8/test/mjsunit/
H A Dallocation-site-info.js417 function get_nested_object_literal() { function
425 obj = get_nested_object_literal();
430 obj = get_nested_object_literal();
433 %OptimizeFunctionOnNextCall(get_nested_object_literal);
434 get_nested_object_literal();
435 obj = get_nested_object_literal();

Completed in 87 milliseconds