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

  /external/v8/src/
bootstrapper.cc 642 static void SetAccessors(Handle<Map> map,
654 SetAccessors(map, factory()->arguments_symbol(), GetThrowTypeErrorFunction());
655 SetAccessors(map, factory()->caller_symbol(), GetThrowTypeErrorFunction());
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc 640 static void SetAccessors(Handle<Map> map,
652 SetAccessors(map, factory()->arguments_string(), GetThrowTypeErrorFunction());
653 SetAccessors(map, factory()->caller_string(), GetThrowTypeErrorFunction());
    [all...]

Completed in 44 milliseconds