Home
last modified time | relevance | path

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

/third_party/node/test/js-native-api/test_general/
DtestInstanceOf.js61 function compareToNative(theObject, theConstructor) { argument
63 addon.doInstanceOf(theObject, theConstructor),
64 (theObject instanceof theConstructor)