Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dglobal_type_infer.cpp121 std::stack<MethodTypeInfer *> typeInferStack; in ProcessTypeInference() local
122 typeInferStack.push(&typeInfer); in ProcessTypeInference()
127 while (!typeInferStack.empty()) { in ProcessTypeInference()
128 MethodTypeInfer *infer = typeInferStack.top(); in ProcessTypeInference()
130 typeInferStack.pop(); in ProcessTypeInference()
141 typeInferStack.push(nextInfer); in ProcessTypeInference()
145 typeInferStack.pop(); in ProcessTypeInference()