Lines Matching defs:length
456 hash, static_cast<size_t>(heap_.builtins_constants_table().length()));
1180 "frameCount", stack_trace->length());
1363 "frameCount", stack_trace->length());
1386 if (!name_or_url->length()) return true;
1691 int len = src->length();
1758 if (name->IsString() && String::cast(*name).length() > 0)
2340 for (int i = 0; i < frames->length(); ++i) {
2412 for (int i = 0; i < call_site_infos->length(); ++i) {
2428 if (stack_frame_infos.is_null() || stack_frame_infos->length() == 0) {
3282 #define ISOLATE_INIT_ARRAY_EXECUTE(type, name, length) \
3283 memset(name##_, 0, sizeof(type) * length);
4795 assertion_keys->length() * kAssertionEntrySizeForDynamicImport));
4796 for (int i = 0; i < assertion_keys->length(); i++) {
5212 int length = detached_contexts->length();
5213 if (length == 0) return;
5215 for (int i = 0; i < length; i += 2) {
5227 while (new_length < length) {
5234 length - new_length, length);
5353 base::VectorOf(str.c_str(), str.length()));