HomeSort by relevance Sort by last modified time
    Searched full:new_target_type (Results 1 - 1 of 1) sorted by null

  /external/v8/src/compiler/
js-create-lowering.cc 240 Type* const new_target_type = NodeProperties::GetType(new_target); local
244 if (target_type->IsHeapConstant() && new_target_type->IsHeapConstant() &&
245 new_target_type->AsHeapConstant()->Value()->IsJSFunction()) {
249 Handle<JSFunction>::cast(new_target_type->AsHeapConstant()->Value());
    [all...]

Completed in 954 milliseconds