Searched full:es2panda_variable (Results 1 – 8 of 8) sorted by relevance
76 typedef struct es2panda_Variable es2panda_Variable; typedef91 typedef es2panda_Variable *(*PropertyProcessor)(es2panda_Variable *, es2panda_Type *);92 typedef void (*PropertyTraverser)(const es2panda_Variable *);102 es2panda_Variable *variable;
39 bool (*VariableIs<%= variable[1] %>)(es2panda_Variable *variable);
156 extern "C" bool VariableIs##public_name(es2panda_Variable *variable) \
164 auto variable = reinterpret_cast<es2panda_Variable *>(dynamicImportData->variable); in DynamicImportDataToE2p()177 auto variable = reinterpret_cast<es2panda_Variable *>(dynamicImportData.variable); in DynamicImportDataToE2p()
1212 name: 'es2panda_Variable '1222 reinterpret_cast<?const? es2panda_Variable |es2panda_arg.type.ptr_depth|>1224 call_var: 'es2panda_Variable *ast'2815 reinterpret_cast<es2panda_Variable *>(propertyProcessorLambdaVariable),2835 {|arg_name|(reinterpret_cast<const es2panda_Variable *>(propertyTraverserLambdaVariable));};
143 'es2panda_Variable',
71 es2panda_Variable *funcVariable = impl->CreateLocalVariable(ctx, decl, (uint64_t)1U << 28U); in CreateNewFunction()84 es2panda_Variable *scriptFuncVar = in CreateNewFunctions()85 …const_cast<es2panda_Variable *>(impl->AstNodeVariableConst(ctx, impl->ScriptFunctionId(ctx, exampl… in CreateNewFunctions()
38 void printVarInfo(es2panda_Context *ctx, es2panda_Variable *var) in printVarInfo()109 es2panda_Variable *var = impl->AstNodeVariableConst(ctx, node); in FindAllVaribles()