Home
last modified time | relevance | path

Searched refs:construct_prototype (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-function.cc671 Handle<JSReceiver> construct_prototype; in SetPrototype() local
691 construct_prototype = Handle<JSReceiver>( in SetPrototype()
699 construct_prototype = Handle<JSReceiver>::cast(value); in SetPrototype()
703 SetInstancePrototype(isolate, function, construct_prototype); in SetPrototype()