Home
last modified time | relevance | path

Searched refs:length_string (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/
Daccessors.cc68 return CheckForName(isolate, name, isolate->factory()->length_string(), in IsJSObjectFieldAccessor()
72 return CheckForName(isolate, name, isolate->factory()->length_string(), in IsJSObjectFieldAccessor()
172 ReadOnlyRoots(isolate).length_string())); in ArrayLengthSetter()
225 return MakeAccessor(isolate, isolate->factory()->length_string(), in MakeArrayLengthInfo()
304 return MakeAccessor(isolate, isolate->factory()->length_string(), in MakeStringLengthInfo()
379 return MakeAccessor(isolate, isolate->factory()->length_string(), in MakeFunctionLengthInfo()
758 return MakeAccessor(isolate, isolate->factory()->length_string(), in MakeBoundFunctionLengthInfo()
Dheap-symbols.h122 V(length_string, "length") \
Dbootstrapper.cc687 function, factory()->length_string(), value, in GetThrowTypeErrorIntrinsic()
1692 factory->length_string(), factory->array_length_accessor(), attribs); in InitializeGlobal()
1979 factory->length_string(), factory->string_length_accessor(), attribs); in InitializeGlobal()
3124 SimpleInstallGetter(isolate_, prototype, factory->length_string(), in InitializeGlobal()
3582 factory->length_string(), factory->bound_function_length_accessor(), in InitializeGlobal()
3614 Descriptor::DataField(isolate(), factory->length_string(), in InitializeGlobal()
3668 Descriptor::DataField(isolate(), factory->length_string(), in InitializeGlobal()
4798 factory()->length_string(), factory()->array_length_accessor(), in InstallInternalArray()
5120 Handle<String> length = factory()->length_string(); in InstallNatives()
Dobjects.cc962 Handle<Name> key = isolate->factory()->length_string(); in GetLengthFromArrayLike()
5360 isolate->factory()->length_string(), in AddDataProperty()
7520 if (*name == ReadOnlyRoots(isolate).length_string()) { in DefineOwnProperty()
7530 isolate, o, isolate->factory()->length_string(), &old_len_desc); in DefineOwnProperty()
7561 isolate->factory()->length_string(), in DefineOwnProperty()
7622 isolate, a, isolate->factory()->length_string(), desc, should_throw); in ArraySetLength()
7638 isolate, a, isolate->factory()->length_string(), &old_len_desc); in ArraySetLength()
7651 isolate->factory()->length_string(), in ArraySetLength()
7658 isolate->factory()->length_string())); in ArraySetLength()
7680 isolate, a, isolate->factory()->length_string(), &readonly, in ArraySetLength()
[all …]
Dcode-stub-assembler.h61 V(length_string, length_string, LengthString) \
/external/v8/src/builtins/
Dbuiltins-function.cc228 LookupIterator length_lookup(target, isolate->factory()->length_string(), in DoFunctionBind()
250 LookupIterator it(function, isolate->factory()->length_string(), function); in DoFunctionBind()
Dbuiltins-array.cc365 isolate->factory()->length_string(), in GenericArrayPush()
420 isolate, receiver, isolate->factory()->length_string(), in GenericArrayPop()
448 isolate->factory()->length_string(), in GenericArrayPop()
715 isolate_->factory()->length_string(), length, in ToJSReceiver()
Dbuiltins-string.cc550 Object::GetProperty(isolate, raw, isolate->factory()->length_string())); in BUILTIN()
Dbuiltins-array-gen.cc454 GetProperty(context(), o(), isolate()->factory()->length_string()); in GenerateIteratingArrayBuiltinBody()
1397 GetProperty(context, o.value(), isolate()->factory()->length_string()))); in TF_BUILTIN()
2165 context, GetProperty(context, array_like, factory()->length_string())); in TF_BUILTIN()
3599 GetProperty(context, array, factory()->length_string()))); in TF_BUILTIN()
/external/v8/src/runtime/
Druntime-typedarray.cc179 Object::GetProperty(isolate, obj, isolate->factory()->length_string())); in RUNTIME_FUNCTION()
Druntime-array.cc750 isolate->factory()->length_string())); in RUNTIME_FUNCTION()
852 isolate->factory()->length_string())); in RUNTIME_FUNCTION()
Druntime-regexp.cc1697 isolate->factory()->length_string())); in RUNTIME_FUNCTION()
1818 Object::GetProperty(isolate, result, factory->length_string())); in RUNTIME_FUNCTION()
Druntime-object.cc377 : key->Equals(ReadOnlyRoots(isolate).length_string())); in RUNTIME_FUNCTION()
/external/v8/src/compiler/
Daccess-info.cc629 DCHECK(Name::Equals(isolate(), factory()->length_string(), name)); in LookupSpecialFieldAccessor()
635 DCHECK(Name::Equals(isolate(), factory()->length_string(), name)); in LookupSpecialFieldAccessor()
Djs-heap-broker.cc613 GetOrCreateData(f->length_string()); in SerializeStandardObjects()
Djs-call-reducer.cc436 ReadOnlyRoots(isolate()).length_string()) { in ReduceFunctionPrototypeBind()
4323 Handle<Name> length_string = isolate->factory()->length_string(); in IsReadOnlyLengthDescriptor() local
4325 int number = descriptors->Search(*length_string, *jsarray_map); in IsReadOnlyLengthDescriptor()
Djs-typed-lowering.cc1168 NameRef length_str(js_heap_broker(), factory()->length_string()); in ReduceJSLoadNamed()
Djs-native-context-specialization.cc1118 p.name().is_identical_to(factory()->length_string())) { in ReduceJSLoadNamed()
/external/v8/src/objects/
Dliteral-objects.cc471 static_desc.AddConstant(isolate, factory->length_string(), in BuildClassBoilerplate()
/external/v8/src/heap/
Dfactory.cc3719 Object::SetProperty(isolate(), result, length_string(), value, in NewArgumentsObject()
3923 length_string(), function_length_accessor(), roc_attribs); in CreateSloppyFunctionMap()
3999 length_string(), function_length_accessor(), roc_attribs); in CreateStrictFunctionMap()
4061 length_string(), function_length_accessor(), roc_attribs); in CreateClassFunctionMap()
/external/v8/src/ic/
Dic.cc744 if (receiver->IsString() && *lookup->name() == roots.length_string()) { in ComputeHandler()
749 if (receiver->IsStringWrapper() && *lookup->name() == roots.length_string()) { in ComputeHandler()
/external/v8/src/interpreter/
Dbytecode-generator.cc2420 auto length = ast_string_constants()->length_string(); in BuildArrayLiteralElementsInsertion()