Lines Matching defs:propertyKey
517 JSHandle<JSTaggedValue> propertyKey = globalConst->GetHandledLocaleString();
519 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, locale);
524 propertyKey = globalConst->GetHandledStyleString();
526 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, styleString);
531 propertyKey = globalConst->GetHandledTypeString();
533 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, typeString);
538 propertyKey = globalConst->GetHandledFallbackString();
540 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, fallbackString);
547 propertyKey = globalConst->GetHandledLanguageDisplayString();
549 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, langDisplayString);