Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-core/
H A Dtest-typedarray.cpp30 const char *constructor_name; /**< JS constructor name for TypedArray */ member
117 for (uint32_t i = 0; test_entries[i].constructor_name != NULL; i++) in test_typedarray_queries()
121 jerry_value_t prop_name = jerry_create_string ((const jerry_char_t *) test_entries[i].constructor_name); in test_typedarray_queries()
165 for (uint32_t i = 0; test_entries[i].constructor_name != NULL; i++) in test_property_by_index()
/third_party/node/deps/v8/src/objects/
H A Djs-objects.cc2829 String constructor_name = in JSObjectShortPrint() local
2831 if (constructor_name.length() > 0) { in JSObjectShortPrint()
2833 accumulator->Put(constructor_name); in JSObjectShortPrint()

Completed in 9 milliseconds