Home
last modified time | relevance | path

Searched refs:NonCallable (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Dinstanceof-symbol-hasinstance.js63 function NonCallable () { } function
65 Object.defineProperty (NonCallable, Symbol.hasInstance, { value: 11 });
68 (new Object ()) instanceof NonCallable;
/third_party/python/Lib/unittest/test/testmock/
H A Dtesthelpers.py844 class NonCallable(object): class
848 mock = create_autospec(NonCallable)
855 mock = create_autospec(NonCallable())
/third_party/node/deps/v8/src/compiler/
H A Dtypes.h195 V(NonCallable, kArray | kOtherObject | kOtherProxy) \
H A Dtyper.cc626 if (type.Is(Type::NonCallable())) return t->singleton_true_; in ObjectIsNonCallable()
627 if (!type.Maybe(Type::NonCallable())) return t->singleton_false_; in ObjectIsNonCallable()
H A Dsimplified-lowering.cc3803 VisitObjectIs<T>(node, Type::NonCallable(), lowering); in VisitNode()

Completed in 15 milliseconds