Home
last modified time | relevance | path

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

/third_party/node/src/api/
Denvironment.cc631 Local<Value> prototype_v; in InitializeContextRuntime() local
634 .ToLocal(&prototype_v)) { in InitializeContextRuntime()
638 prototype = prototype_v.As<Object>(); in InitializeContextRuntime()