Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp176 newFunc.PushbackIsString(infoIsString[i]); in CopyFuncInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h1739 virtual void PushbackIsString(bool) in PushbackIsString() function
1893 void PushbackIsString(bool isString) override in PushbackIsString() function
2065 void PushbackIsString(bool isString) override in PushbackIsString() function
Dmir_function.h858 void PushbackIsString(bool isString) in PushbackIsString() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp660 type.PushbackIsString(tk != TK_intconst); in ParseFields()
2389 func->PushbackIsString(false); in ParseFuncInfo()
2393 func->PushbackIsString(true); in ParseFuncInfo()
Dbin_mpl_import.cpp426 type.PushbackIsString(isString); in ImportInfoIsStringOfStructType()