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

  /external/chromium_org/v8/src/
runtime.cc 627 Object* used_prototype = local
629 return isolate->heap()->AllocateJSProxy(handler, used_prototype);
641 Object* used_prototype = local
644 handler, call_trap, construct_trap, used_prototype);
    [all...]
  /external/v8/src/
runtime.cc 668 Object* used_prototype = local
670 return isolate->heap()->AllocateJSProxy(handler, used_prototype);
680 Object* used_prototype = local
683 handler, call_trap, construct_trap, used_prototype);
    [all...]

Completed in 45 milliseconds