Searched refs:globalConstants (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/ |
H A D | module_data_accessor.cpp | 59 auto globalConstants = thread->GlobalConstants(); in EnumerateImportEntry() local 65 JSMutableHandle<JSTaggedValue> importName(thread, globalConstants->GetUndefined()); in EnumerateImportEntry() 66 JSMutableHandle<JSTaggedValue> localName(thread, globalConstants->GetUndefined()); in EnumerateImportEntry() 67 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in EnumerateImportEntry() 89 importName.Update(globalConstants->GetHandledStarString()); in EnumerateImportEntry() 179 auto globalConstants = thread->GlobalConstants(); in EnumerateIndirectExportEntry() local 191 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in EnumerateIndirectExportEntry() 217 auto globalConstants = thread->GlobalConstants(); in EnumerateStarExportEntry() local 229 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in EnumerateStarExportEntry()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
H A D | js_module_source_text.cpp | 60 auto globalConstants = thread->GlobalConstants(); in GetExportedNames() local 62 JSMutableHandle<StarExportEntry> ee(thread, globalConstants->GetUndefined()); in GetExportedNames() 63 JSMutableHandle<JSTaggedValue> moduleRequest(thread, globalConstants->GetUndefined()); in GetExportedNames() 166 auto globalConstants = thread->GlobalConstants(); in ResolveExportObject() local 169 JSHandle<JSTaggedValue> defaultString = globalConstants->GetHandledDefaultString(); in ResolveExportObject() 199 return globalConstants->GetHandledNull(); in ResolveExportObject() 239 auto globalConstants = thread->GlobalConstants(); in ResolveExport() local 243 return globalConstants->GetHandledNull(); in ResolveExport() 266 JSHandle<JSTaggedValue> defaultString = globalConstants->GetHandledDefaultString(); in ResolveExport() 271 return globalConstants in ResolveExport() 328 auto globalConstants = vm->GetJSThread()->GlobalConstants(); GetRequireNativeModuleFunc() local 694 auto globalConstants = thread->GlobalConstants(); ModuleDeclarationEnvironmentSetup() local 794 auto globalConstants = thread->GlobalConstants(); ModuleDeclarationArrayEnvironmentSetup() local 1534 auto globalConstants = thread->GlobalConstants(); GetStarResolution() local 1674 auto globalConstants = thread->GlobalConstants(); ResolveIndirectExport() local 1707 auto globalConstants = thread->GlobalConstants(); CheckResolvedBinding() local 1746 auto globalConstants = thread->GlobalConstants(); CheckResolvedIndexBinding() local 1884 auto globalConstants = thread->GlobalConstants(); GatherAvailableAncestors() local 1944 auto globalConstants = thread->GlobalConstants(); AsyncModuleExecutionFulfilled() local 2031 auto globalConstants = thread->GlobalConstants(); AsyncModuleExecutionRejected() local 2117 auto globalConstants = thread->GlobalConstants(); SearchCircularImport() local [all...] |
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_regexp_iterator.cpp | 84 const GlobalEnvConstants *globalConstants = thread->GlobalConstants(); in Next() local 85 JSHandle<JSTaggedValue> zeroString(globalConstants->GetHandledZeroString()); in Next()
|
H A D | shared_object_factory.cpp | 475 auto globalConstants = thread_->GlobalConstants(); in NewSFunctionTemplate() local 477 JSHClass::Cast(globalConstants->GetFunctionTemplateClass().GetTaggedObject())); in NewSFunctionTemplate() 481 functionTemplate->SetRawProfileTypeInfo(thread_, globalConstants->GetEmptyProfileTypeInfoCell(), SKIP_BARRIER); in NewSFunctionTemplate()
|
H A D | object_factory.cpp | 4930 auto globalConstants = thread_->GlobalConstants(); in NewFunctionTemplate() local 4932 JSHClass::Cast(globalConstants->GetFunctionTemplateClass().GetTaggedObject())); in NewFunctionTemplate() 4936 funcTemp->SetRawProfileTypeInfo(thread_, globalConstants->GetEmptyProfileTypeInfoCell(), SKIP_BARRIER); in NewFunctionTemplate()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_regexp.cpp | 327 const GlobalEnvConstants *globalConstants = thread->GlobalConstants(); in ToString() local 343 JSHandle<JSTaggedValue> sourceString(globalConstants->GetHandledSourceString()); in ToString() 344 JSHandle<JSTaggedValue> flagsString(globalConstants->GetHandledFlagsString()); in ToString() 353 JSHandle<EcmaString> slashStr = JSHandle<EcmaString>::Cast(globalConstants->GetHandledBackslashString()); in ToString() 386 const GlobalEnvConstants *globalConstants = thread->GlobalConstants(); in GetAllFlagsInternal() local 400 JSHandle<JSTaggedValue> globalKey(globalConstants->GetHandledGlobalString()); in GetAllFlagsInternal() 428 JSHandle<JSTaggedValue> unicodeKey(globalConstants->GetHandledUnicodeString()); in GetAllFlagsInternal() 435 JSHandle<JSTaggedValue> stickyKey(globalConstants->GetHandledStickyString()); in GetAllFlagsInternal() 782 const GlobalEnvConstants *globalConstants = thread->GlobalConstants(); in RegExpMatchAll() local 784 JSHandle<JSTaggedValue> flagsString(globalConstants in RegExpMatchAll() 1457 const GlobalEnvConstants *globalConstants = thread->GlobalConstants(); RegExpSplit() local [all...] |
H A D | builtins.cpp | 2052 const GlobalEnvConstants *globalConstants = thread_->GlobalConstants(); in InitializeRegExp() local 2056 SetFunction(env, regPrototype, globalConstants->GetHandledToStringString(), RegExp::ToString, in InitializeRegExp() 2062 JSHandle<JSTaggedValue> flagsKey(globalConstants->GetHandledFlagsString()); in InitializeRegExp() 2067 JSHandle<JSTaggedValue> sourceKey(globalConstants->GetHandledSourceString()); in InitializeRegExp() 2072 JSHandle<JSTaggedValue> globalKey(globalConstants->GetHandledGlobalString()); in InitializeRegExp() 2100 JSHandle<JSTaggedValue> stickyKey(globalConstants->GetHandledStickyString()); in InitializeRegExp() 2105 JSHandle<JSTaggedValue> unicodeKey(globalConstants->GetHandledUnicodeString()); in InitializeRegExp()
|
Completed in 25 milliseconds