Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/
Ddetect-builtins.js7 var GetProperties = function(this_name, object) { argument
26 if (this_name === "prototype" && name === "constructor") continue;
28 if (this_name === "__PROTO__" && name === "constructor") continue;