Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/public/
H A Des2panda_lib.rb158 placeholders = find_placeholders(found_change_type.es2panda_arg)
215 clever_placeholders = find_placeholders(found_change_type)
253 def find_placeholders(data, path = []) method in Es2pandaLibApi.Arg
257 placeholders += find_placeholders(value, path + [key.to_s])
261 placeholders += find_placeholders(value, path + [index])

Completed in 2 milliseconds