Home
last modified time | relevance | path

Searched defs:NonCallable (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Dinstanceof-symbol-hasinstance.js63 function NonCallable () { } class
/third_party/python/Lib/unittest/test/testmock/
Dtesthelpers.py844 class NonCallable(object): class