Home
last modified time | relevance | path

Searched refs:NewSResolvedBindingRecord (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_shared_module.cpp72 factory->NewSResolvedBindingRecord(resolvedModule, bindingName)); in CloneRecordNameBinding()
/arkcompiler/ets_runtime/ecmascript/
H A Dshared_object_factory.cpp838 JSHandle<ResolvedBinding> ObjectFactory::NewSResolvedBindingRecord() in NewSResolvedBindingRecord() function in panda::ecmascript::ObjectFactory
843 return NewSResolvedBindingRecord(ecmaModule, bindingName); in NewSResolvedBindingRecord()
846 JSHandle<ResolvedBinding> ObjectFactory::NewSResolvedBindingRecord(const JSHandle<SourceTextModule> &module, in NewSResolvedBindingRecord() function in panda::ecmascript::ObjectFactory
H A Dobject_factory.h837 JSHandle<ResolvedBinding> NewSResolvedBindingRecord();
839 JSHandle<ResolvedBinding> NewSResolvedBindingRecord(const JSHandle<SourceTextModule> &module,

Completed in 4 milliseconds