Lines Matching refs:constants
1928 const GlobalEnvConstants *constants = thread->GlobalConstants();
1937 JSTaggedValue undefined = constants->GetUndefined();
1955 const GlobalEnvConstants *constants = thread->GlobalConstants();
1964 JSHandle<JSTaggedValue> undefined(constants->GetHandledUndefined());
1982 const GlobalEnvConstants *constants = thread->GlobalConstants();
1991 JSTaggedValue undefined = constants->GetUndefined();
2010 const GlobalEnvConstants *constants = thread->GlobalConstants();
2019 JSHandle<JSTaggedValue> undefined(constants->GetHandledUndefined());
2057 auto constants = thread->GlobalConstants();
2058 return JSNApiHelper::ToLocal<StringRef>(constants->GetHandledEmptyString());
3186 auto constants = thread->GlobalConstants();
3187 return JSNApiHelper::ToLocal<StringRef>(constants->GetHandledEmptyString());
5962 const GlobalEnvConstants *constants = thread->GlobalConstants();
5966 JSHandle<JSTaggedValue> catchKey(thread, constants->GetPromiseCatchString());
5968 JSHandle<JSTaggedValue> undefined = constants->GetHandledUndefined();
5988 const GlobalEnvConstants *constants = thread->GlobalConstants();
5992 JSHandle<JSTaggedValue> finallyKey = constants->GetHandledPromiseFinallyString();
5994 JSHandle<JSTaggedValue> undefined(constants->GetHandledUndefined());
6015 const GlobalEnvConstants *constants = thread->GlobalConstants();
6019 JSHandle<JSTaggedValue> thenKey(thread, constants->GetPromiseThenString());
6021 JSHandle<JSTaggedValue> undefined(constants->GetHandledUndefined());
6042 const GlobalEnvConstants *constants = thread->GlobalConstants();
6046 JSHandle<JSTaggedValue> thenKey(thread, constants->GetPromiseThenString());
6049 JSHandle<JSTaggedValue> undefined(constants->GetHandledUndefined());