Lines Matching defs:lengthKey
317 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString());
318 SetGetter(thread, prototype, lengthKey, lengthGetter);
390 JSHandle<JSTaggedValue> lengthKey(factory->NewFromASCII("length"));
391 SetGetter(thread, funcPrototype, lengthKey, lengthGetter);
457 JSHandle<JSTaggedValue> lengthKey(factory->NewFromASCII("length"));
458 SetGetter(thread, funcPrototype, lengthKey, lengthGetter);
535 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString());
536 SetGetter(thread, mapFuncPrototype, lengthKey, lengthGetter);
609 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString());
610 SetGetter(thread, setFuncPrototype, lengthKey, lengthGetter);
683 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString();
684 SetGetter(thread, plainArrayFuncPrototype, lengthKey, lengthGetter);
745 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString();
746 SetGetter(thread, stackFuncPrototype, lengthKey, lengthGetter);
824 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString());
825 SetGetter(thread, prototype, lengthKey, lengthGetter);
891 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString());
892 SetGetter(thread, prototype, lengthKey, lengthGetter);
948 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString());
949 SetGetter(thread, queueFuncPrototype, lengthKey, lengthGetter);
1006 JSHandle<JSTaggedValue> lengthKey = globalConst->GetHandledLengthString();
1007 SetGetter(thread, dequeFuncPrototype, lengthKey, lengthGetter);
1068 JSHandle<JSTaggedValue> lengthKey(factory->NewFromASCII("length"));
1069 SetGetter(thread, listFuncPrototype, lengthKey, lengthGetter);
1126 JSHandle<JSTaggedValue> lengthKey(factory->NewFromASCII("length"));
1127 SetGetter(thread, linkedListFuncPrototype, lengthKey, lengthGetter);
1219 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString());
1220 SetGetter(thread, hashMapFuncPrototype, lengthKey, lengthGetter);
1282 JSHandle<JSTaggedValue> lengthKey(thread, globalConst->GetLengthString());
1283 SetGetter(thread, hashSetFuncPrototype, lengthKey, lengthGetter);