Searched defs:TypeGuard (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ | ||
| D | graph-assembler.cc | 386 Node* GraphAssembler::TypeGuard(Type type, Node* value) { in TypeGuard() function in v8::internal::compiler::GraphAssembler |
| D | common-operator.cc | 1308 const Operator* CommonOperatorBuilder::TypeGuard(Type type) { in TypeGuard() function in v8::internal::compiler::CommonOperatorBuilder |
| /third_party/python/Lib/ | ||
| D | typing.py | 781 def TypeGuard(self, parameters): function |