Lines Matching full:function
60 * Function: AddItem
63 …* CaseDescription: Add an item for a EcmaModule that has called "SetNameDictionary" function in th…
64 * check its value through 'GetItem' function.
84 * Function: AddItem
87 …* CaseDescription: Add an item for a EcmaModule that has not called "SetNameDictionary" function i…
88 * and check its value through 'GetItem' function.
99 …// This EcmaModule calls 'SetNameDictionary' function through 'AddItem' function of "ecma_module.c… in HWTEST_F_L0()
106 * Function: RemoveItem
109 …* CaseDescription: Add an item for an empty EcmaModule through 'AddItem' function, then remove the…
110 …* EcmaModule through 'RemoveItem' function, finally check whether the item obtain…
111 * EcmaModule through 'GetItem' function is undefined.
130 * Function: SetNameDictionary
134 …* NameDictionary through 'NameDictionary::Put' function, set the changed source N…
135 …* this target EcmaModule's NameDictionary through 'SetNameDictionary' function, c…
136 …* result returned through 'GetNameDictionary' function from the target EcmaModule…
166 * Function: AddModule
171 * 'GetModule' function and 'GetItem' function are within expectations.
220 * Function: RemoveModule
225 …* through 'GetModule' function are within expectations while removing EcmaModules…
226 * ModuleManager through 'RemoveModule' function one by one.
275 * Function: SetCurrentExportModuleName
279 …* 'GetCurrentExportModuleName' function is within expectations while changing the…
280 … ExportModuleName of the ModuleManager through 'SetCurrentExportModuleName' function.
296 * Function: GetPrevExportModuleName
300 …* through 'GetPrevExportModuleName' function is within expectations while changin…
301 … ExportModuleName of the ModuleManager through 'SetCurrentExportModuleName' function.
319 * Function: RestoreCurrentExportModuleName
323 …* through 'GetCurrentExportModuleName' function is within expectations while chan…
324 … ExportModuleName of the ModuleManager through 'SetCurrentExportModuleName' function and
325 * 'RestoreCurrentExportModuleName' function.
346 * Function: AddModuleItem
350 …* 'SetCurrentExportModuleName' function, add source ModuleItems for the current E…
351 … ModuleManager, check whether the ModuleItems obtained through 'GetModuleItem' function from the
378 // Test when the module is created through 'NewEmptyEcmaModule' function called at HWTEST_F_L0. in HWTEST_F_L0()
391 …// Test when the module is created through 'NewEmptyEcmaModule' function called at "ecma_module.cp… in HWTEST_F_L0()
409 * Function: CopyModule
413 …* through 'AddItem' function, check whether the the ModuleItems obtained through …
415 * 'SetCurrentExportModuleName' function and 'CopyModule' function.