Home
last modified time | relevance | path

Searched defs:guards (Results 1 – 7 of 7) sorted by relevance

/third_party/node/doc/contributing/
Dreleases-node-api.md79 #### Step 1. Update define version guards
121 #### Step 2. Update runtime version guards
133 #### Step 3. Update test version guards
157 #### Step 4. Update document
179 #### Step 5. Update change history
/third_party/jerryscript/tools/
Dgen-magic-strings.py195 def guards_to_str(guards): argument
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dlib.rs186 let guards: Box<Vec<Option<MutexGuard<()>>>> = in init() localVariable
/third_party/node/deps/v8/src/objects/
Dbacking-store.cc397 bool guards = is_wasm_memory && trap_handler::IsTrapHandlerEnabled(); in TryAllocateAndPartiallyCommitMemory() local
400 bool guards = false; in TryAllocateAndPartiallyCommitMemory() local
/third_party/python/Lib/test/support/
D__init__.py905 def impl_detail(msg=None, **guards):
918 def _parse_guards(guards): argument
928 def check_impl_detail(**guards):
/third_party/node/deps/v8/src/regexp/
Dregexp-nodes.h594 ZoneList<Guard*>* guards() { return guards_; } in guards() function
Dregexp-compiler.cc3048 ZoneList<Guard*>* guards = alternative.guards(); in AssertGuardsMentionRegisters() local
3244 ZoneList<Guard*>* guards = alternative.guards(); in EmitChoices() local
3322 ZoneList<Guard*>* guards = alternative.guards(); in EmitOutOfLineContinuation() local