Home
last modified time | relevance | path

Searched refs:IsJSGlobalEnv (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h136 inline bool JSObject::IsJSGlobalEnv() const in IsJSGlobalEnv() function
Dglobal_env.h230 ASSERT(JSTaggedValue(object).IsJSGlobalEnv()); in Cast()
Djs_tagged_value.h574 bool IsJSGlobalEnv() const;
Djs_object.h545 bool IsJSGlobalEnv() const;
Djs_tagged_value-inl.h1110 inline bool JSTaggedValue::IsJSGlobalEnv() const in IsJSGlobalEnv() function
Djs_object.cpp1740 while (!maybeGlobalEnv.IsJSGlobalEnv()) { in GetFunctionRealm()