• Home
  • Raw
  • Download

Lines Matching refs:constants

1296         auto constants = vm->GetJSThread()->GlobalConstants();  in GetDescription()  local
1297 return JSNApiHelper::ToLocal<StringRef>(constants->GetHandledEmptyString()); in GetDescription()
1933 const GlobalEnvConstants *constants = thread->GlobalConstants(); in Resolve() local
1939 JSHandle<JSTaggedValue> undefined(constants->GetHandledUndefined()); in Resolve()
1957 const GlobalEnvConstants *constants = thread->GlobalConstants(); in Reject() local
1963 JSHandle<JSTaggedValue> undefined(constants->GetHandledUndefined()); in Reject()
1982 const GlobalEnvConstants *constants = thread->GlobalConstants(); in Catch() local
1986 JSHandle<JSTaggedValue> catchKey(thread, constants->GetPromiseCatchString()); in Catch()
1988 JSHandle<JSTaggedValue> undefined = constants->GetHandledUndefined(); in Catch()
2003 const GlobalEnvConstants *constants = thread->GlobalConstants(); in Finally() local
2007 JSHandle<JSTaggedValue> finallyKey = constants->GetHandledPromiseFinallyString(); in Finally()
2009 JSHandle<JSTaggedValue> undefined(constants->GetHandledUndefined()); in Finally()
2024 const GlobalEnvConstants *constants = thread->GlobalConstants(); in Then() local
2028 JSHandle<JSTaggedValue> thenKey(thread, constants->GetPromiseThenString()); in Then()
2030 JSHandle<JSTaggedValue> undefined(constants->GetHandledUndefined()); in Then()
2045 const GlobalEnvConstants *constants = thread->GlobalConstants(); in Then() local
2049 JSHandle<JSTaggedValue> thenKey(thread, constants->GetPromiseThenString()); in Then()
2052 JSHandle<JSTaggedValue> undefined(constants->GetHandledUndefined()); in Then()
2359 auto constants = thread->GlobalConstants(); in Stringify() local
2362 …JSNApiHelper::ToJSHandle(json), constants->GetHandledUndefined(), constants->GetHandledUndefined()… in Stringify()
2375 auto constants = thread->GlobalConstants(); in GetOriginalSource() local
2376 return JSNApiHelper::ToLocal<StringRef>(constants->GetHandledEmptyString()); in GetOriginalSource()
2497 auto constants = thread->GlobalConstants(); in ToString() local
2498 return JSNApiHelper::ToLocal<StringRef>(constants->GetHandledEmptyString()); in ToString()
2875 const GlobalEnvConstants *constants = thread->GlobalConstants(); in Undefined() local
2876 return JSNApiHelper::ToLocal<PrimitiveRef>(constants->GetHandledUndefined()); in Undefined()