/third_party/jerryscript/jerry-ext/handler/ |
D | handler-register.c | 76 jerry_value_t prop_name = jerry_create_string_from_utf8 ((const jerry_char_t *) entry->name); in jerryx_set_properties() local 159 jerry_value_t prop_name = jerry_create_string_from_utf8 ((const jerry_char_t *) name); in jerryx_get_property_str() local 183 jerry_value_t prop_name = jerry_create_string_from_utf8 ((const jerry_char_t *) name); in jerryx_has_property_str() local
|
/third_party/jerryscript/tests/jerry/ |
D | regression-test-issue-689.js | 18 new g ({prop_name: 'value'}); property
|
/third_party/node/deps/v8/infra/testing/ |
D | PRESUBMIT.py | 64 def _check_properties(error_msg, src_dict, prop_name, supported_keys): argument 71 def _check_int_range(error_msg, src_dict, prop_name, lower_bound=None, argument
|
/third_party/jerryscript/tests/unit-ext/ |
D | test-ext-module-empty.c | 43 jerry_value_t prop_name = jerry_create_string ((const jerry_char_t *) "message"); in main() local
|
D | test-ext-module-canonical.c | 91 jerry_value_t prop_name = jerry_create_string ((jerry_char_t *) "something"); in main() local
|
D | test-ext-method-register.c | 51 jerry_value_t prop_name = jerry_create_string ((const jerry_char_t *) target_prop); in freeze_property() local
|
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/ |
D | setInterval-js.cpp | 64 jerry_value_t prop_name = jerry_create_string((const jerry_char_t*)"setInterval"); in DECLARE_GLOBAL_FUNCTION() local
|
D | setTimeout-js.cpp | 64 jerry_value_t prop_name = jerry_create_string((const jerry_char_t*)"setTimeout"); in DECLARE_GLOBAL_FUNCTION() local
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftbdf.c | 63 const char* prop_name, in FT_Get_BDF_Property()
|
/third_party/jerryscript/jerry-core/ext/ |
D | debug-utils.c | 42 ecma_string_t *prop_name = ecma_string_from_property_name (prop_iter_p->types[i], in PrintObjectProperties() local
|
/third_party/jerryscript/tests/unit-core/ |
D | test-has-property.cpp | 64 jerry_value_t prop_name = jerry_create_string_from_utf8 ((jerry_char_t *) "something"); variable
|
D | test-api-property.cpp | 71 jerry_value_t prop_name = jerry_create_string ((const jerry_char_t *) "my_defined_property"); variable
|
D | test-typedarray.cpp | 121 …jerry_value_t prop_name = jerry_create_string ((const jerry_char_t *) test_entries[i].constructor_… in test_typedarray_queries() local
|
/third_party/jerryscript/targets/particle/source/ |
D | main.cpp | 79 jerry_value_t prop_name; in init_jerry() local
|
/third_party/pulseaudio/src/pulsecore/ |
D | dbus-shared.c | 55 static const char *const prop_name[] = { in pa_dbus_bus_get() local
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
D | usbd_config.h | 161 const char *prop_name; member 167 const char *prop_name; member
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | pcfdrivr.c | 590 const char* prop_name, in pcf_get_bdf_property()
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
D | bdfdrivr.c | 881 const char* prop_name, in bdf_get_bdf_property()
|
/third_party/jerryscript/jerry-core/debugger/ |
D | debugger.c | 500 ecma_string_t *prop_name = ecma_string_from_property_name (prop_iter_p->types[i], in jerry_debugger_send_scope_variables() local
|
/third_party/jerryscript/jerry-core/vm/ |
D | opcodes.c | 1180 ecma_value_t prop_name, /**< property name to resolve */ in opfunc_form_super_reference()
|
/third_party/openssl/crypto/evp/ |
D | evp_fetch.c | 573 const char *prop_name) in evp_default_property_is_enabled()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | evp_fetch.c | 586 const char *prop_name) in evp_default_property_is_enabled()
|
/third_party/python/Objects/ |
D | descrobject.c | 1496 PyObject *prop_name; member
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 3322 lit_magic_string_id_t prop_name = (is_resolve ? LIT_INTERNAL_MAGIC_STRING_RESOLVE_FUNCTION in jerry_resolve_or_reject_promise() local
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 74197 const char *prop_name; member
|