Home
last modified time | relevance | path

Searched refs:has_method (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-iterator-object.c185 bool has_method = !ecma_is_value_empty (method); in ecma_op_get_iterator() local
187 if (!has_method) in ecma_op_get_iterator()
209 if (!has_method) in ecma_op_get_iterator()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcomp.rs765 fn has_method( in deanonymize_fields() function
793 if has_method(methods, ctx, &getter) { in deanonymize_fields()
801 if has_method(methods, ctx, &setter) { in deanonymize_fields()
/third_party/node/deps/v8/src/torque/ls/
Dmessage-handler.cc358 if (!request.has_method()) { in HandleMessage()