HomeSort by relevance Sort by last modified time
    Searched refs:GetThrowTypeErrorFunction (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
bootstrapper.cc 172 Handle<JSFunction> GetThrowTypeErrorFunction();
575 Handle<JSFunction> Genesis::GetThrowTypeErrorFunction() {
654 SetAccessors(map, factory()->arguments_symbol(), GetThrowTypeErrorFunction());
655 SetAccessors(map, factory()->caller_symbol(), GetThrowTypeErrorFunction());
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 176 Handle<JSFunction> GetThrowTypeErrorFunction();
582 Handle<JSFunction> Genesis::GetThrowTypeErrorFunction() {
652 SetAccessors(map, factory()->arguments_string(), GetThrowTypeErrorFunction());
653 SetAccessors(map, factory()->caller_string(), GetThrowTypeErrorFunction());
    [all...]

Completed in 37 milliseconds