Home
last modified time | relevance | path

Searched refs:flags_arg (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-regexp-prototype.c373 ecma_value_t flags_arg) /**< flags */ in ecma_builtin_regexp_prototype_compile()
398 if (!ecma_is_value_undefined (flags_arg)) in ecma_builtin_regexp_prototype_compile()
414 ecma_value_t ret_value = ecma_op_create_regexp_from_pattern (this_obj_p, pattern_arg, flags_arg); in ecma_builtin_regexp_prototype_compile()
371 ecma_builtin_regexp_prototype_compile(ecma_value_t this_arg, ecma_value_t pattern_arg, ecma_value_t flags_arg) ecma_builtin_regexp_prototype_compile() argument
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dsyscalls.rs590 let mut flags_arg = 0; variables
592 flags_arg |= FSOPT_NOFOLLOW;
602 flags_arg,

Completed in 4 milliseconds