Home
last modified time | relevance | path

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

/third_party/node/doc/contributing/
Dreleases-node-api.md79 #### Step 1. Update define version guards
112 #### Step 2. Update runtime version guards
124 #### Step 3. Update test version guards
142 #### Step 4. Update document
164 #### 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/gstreamer/gstplugins_bad/sys/dvb/
Dparsechannels.c276 const gchar *guards[] = { in gst_dvb_base_bin_conf_set_guard() local
/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