Lines Matching defs:objectValue
52 JSTaggedValue objectValue = globalConst->GetGlobalConstantObject(index);
53 if (objectValue.IsHeapObject() && !objectValue.IsString()) {
54 keyHandle.Update(objectValue);
77 JSTaggedValue objectValue = globalEnv->GetGlobalEnvObjectByIndex(index).GetTaggedValue();
78 if (objectValue.IsHeapObject()) {
79 keyHandle.Update(objectValue);
102 JSTaggedValue objectValue = builtinEntries.builtin_[index].hClass_;
103 keyHandle.Update(objectValue);
104 if (objectValue.IsHeapObject()) {