Searched defs:sticky (Results 1 – 10 of 10) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_fp16_conv.c | 69 half_rounded(nir_builder *b, nir_ssa_def *value, nir_ssa_def *guard, nir_ssa_def *sticky, in half_rounded() 141 …nir_ssa_def *sticky = nir_bcsel(b, nir_ine(b, nir_iand(b, abs, nir_imm_int(b, 0xFFF)), zero), one,… in float_to_half_impl() local
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | builtin-prototypes.js | 106 RegExp.prototype.sticky; method in RegExp
|
D | regexp-routines.js | 29 sticky: true, property
|
/third_party/typescript/lib/ |
D | lib.es2015.core.d.ts | 386 readonly sticky: boolean; property
|
/third_party/node/test/parallel/ |
D | test-primordials-regexp.js | 76 sticky: { property
|
/third_party/typescript/src/lib/ |
D | es2015.core.d.ts | 366 readonly sticky: boolean; property
|
/third_party/ltp/testcases/kernel/security/prot_hsymlinks/ |
D | prot_hsymlinks.c | 75 int sticky; member
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-regexp.cc | 1358 const bool sticky = (flags & JSRegExp::kSticky) != 0; in RegExpReplace() local 1510 const bool sticky = (flags & JSRegExp::kSticky) != 0; in RUNTIME_FUNCTION() local 1670 const bool sticky = (String::IndexOf(isolate, flags, y_str, 0) >= 0); in RUNTIME_FUNCTION() local
|
/third_party/jerryscript/jerry-core/ecma/operations/ |
D | ecma-regexp-object.c | 2062 bool sticky = false; in ecma_regexp_split_helper() local 2802 const bool sticky = ecma_op_to_boolean (result); in ecma_regexp_replace_helper() local
|
/third_party/node/lib/internal/per_context/ |
D | primordials.js | 704 sticky: { property
|