Home
last modified time | relevance | path

Searched defs:TypeGuard (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dgraph-assembler.cc386 Node* GraphAssembler::TypeGuard(Type type, Node* value) { in TypeGuard() function in v8::internal::compiler::GraphAssembler
Dcommon-operator.cc1308 const Operator* CommonOperatorBuilder::TypeGuard(Type type) { in TypeGuard() function in v8::internal::compiler::CommonOperatorBuilder
/third_party/python/Lib/
Dtyping.py781 def TypeGuard(self, parameters): function