Lines Matching refs:lua_gettop
919 # define lua_absindex(L,i) ((i)>0 || (i) <= LUA_REGISTRYINDEX ? (i) : lua_gettop(L) + (i) + 1)
1079 if (lua_gettop(L)<a || lua_gettop(L)>b) \
1080 …{SWIG_Lua_pushferrstring(L,"Error in %s expected %d..%d args, got %d",func_name,a,b,lua_gettop(L))…
1154 target_table = lua_gettop(L); in SWIG_Lua_elua_emulate_register()
1163 parsed_tables_array = lua_gettop(L); in SWIG_Lua_elua_emulate_register()
1167 const int SWIGUNUSED pairs_start = lua_gettop(L); in SWIG_Lua_elua_emulate_register()
1227 assert(lua_gettop(L) == pairs_start + 2); in SWIG_Lua_elua_emulate_register()
1231 assert(lua_gettop(L) == target_table); in SWIG_Lua_elua_emulate_register()
1250 assert(lua_gettop(L) == 3); /* object | function | object again */ in SWIG_Lua_emulate_elua_getmetatable()
1255 assert(lua_gettop(L) == 2); in SWIG_Lua_emulate_elua_getmetatable()
1260 assert(lua_gettop(L) == 2); in SWIG_Lua_emulate_elua_getmetatable()
1414 const int SWIGUNUSED begin = lua_gettop(L); in SWIG_Lua_namespace_register()
1458 assert(lua_gettop(L) == begin+1); in SWIG_Lua_namespace_register()
1475 int last_arg = lua_gettop(L);/* position of last argument */ in SWIG_Lua_iterate_bases()
1488 bases_table = lua_gettop(L); in SWIG_Lua_iterate_bases()
1509 int subcall_first_arg = lua_gettop(L) + 1;/* Here a copy of first_arg and arguments begin */ in SWIG_Lua_iterate_bases()
1514 subcall_last_arg = lua_gettop(L); in SWIG_Lua_iterate_bases()
1545 assert(lua_gettop(L) == subcall_last_arg); in SWIG_Lua_iterate_bases()
1560 lua_pop(L, lua_gettop(L) - last_arg); in SWIG_Lua_iterate_bases()
1562 if(ret) assert(lua_gettop(L) == last_arg + *ret); in SWIG_Lua_iterate_bases()
1577 int substack_start = lua_gettop(L)-2; in SWIG_Lua_class_do_get_item()
1615 int substack_start = lua_gettop(L)-2; in SWIG_Lua_class_do_get()
1696 int substack_start = lua_gettop(L) - 3; in SWIG_Lua_class_do_set()
1742 assert(lua_gettop(L) == substack_start + 3); in SWIG_Lua_class_do_set()
1965 int original_table = lua_gettop(L); in SWIG_Lua_merge_tables()
1968 int base_table = lua_gettop(L); in SWIG_Lua_merge_tables()
1979 int original = lua_gettop(L); in SWIG_Lua_class_squash_base()
1981 int base = lua_gettop(L); in SWIG_Lua_class_squash_base()
2157 numargs = lua_gettop(L); /* number of arguments to pass to actual metamethod */ in SWIG_Lua_resolve_metamethod()
2161 metamethod_name_idx = lua_gettop(L); in SWIG_Lua_resolve_metamethod()
2178 return lua_gettop(L); /* return all results */ in SWIG_Lua_resolve_metamethod()
2195 key_index = lua_gettop(L); in SWIG_Lua_add_class_user_metamethod()
2242 metatable_index = lua_gettop(L); in SWIG_Lua_add_class_user_metamethods()
2245 metamethods_info_index = lua_gettop(L); in SWIG_Lua_add_class_user_metamethods()
2293 const int SWIGUNUSED begin = lua_gettop(L); in SWIG_Lua_class_register_static()
2319 assert( lua_gettop(L) == begin ); in SWIG_Lua_class_register_static()
2327 const int SWIGUNUSED begin = lua_gettop(L); in SWIG_Lua_class_register_instance()
2335 assert(lua_gettop(L)==begin); in SWIG_Lua_class_register_instance()
2395 assert(lua_gettop(L) == begin); in SWIG_Lua_class_register_instance()
2404 assert( lua_gettop(L) == begin ); in SWIG_Lua_class_register_instance()
2424 begin = lua_gettop(L); in SWIG_Lua_class_register()
2440 assert(lua_gettop(L) == begin); in SWIG_Lua_class_register()
2447 const int SWIGUNUSED begin = lua_gettop(L); in SWIG_Lua_elua_class_register_instance()
2455 assert(lua_gettop(L)==begin); in SWIG_Lua_elua_class_register_instance()
2471 assert(lua_gettop(L) == begin); in SWIG_Lua_elua_class_register_instance()
2678 top=lua_gettop(L); /* save stack */ in SWIG_Lua_dostring()
3732 argc = lua_gettop(L); in _wrap_new_string()
3909 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_string()
4056 argc = lua_gettop(L); in _wrap_new_SBAddress()
4627 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBAddress()
4800 argc = lua_gettop(L); in _wrap_new_SBAttachInfo()
4986 argc = lua_gettop(L); in _wrap_SBAttachInfo_SetExecutable()
5124 argc = lua_gettop(L); in _wrap_SBAttachInfo_SetWaitForLaunch()
5763 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBAttachInfo()
5876 argc = lua_gettop(L); in _wrap_new_SBBlock()
6401 argc = lua_gettop(L); in _wrap_SBBlock_GetVariables()
6527 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBlock()
6630 argc = lua_gettop(L); in _wrap_new_SBBreakpoint()
7470 argc = lua_gettop(L); in _wrap_SBBreakpoint_SetScriptCallbackFunction()
7878 argc = lua_gettop(L); in _wrap_SBBreakpoint_GetDescription()
8188 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpoint()
8505 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpointList()
8597 argc = lua_gettop(L); in _wrap_new_SBBreakpointLocation()
9016 argc = lua_gettop(L); in _wrap_SBBreakpointLocation_SetScriptCallbackFunction()
9483 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpointLocation()
9652 argc = lua_gettop(L); in _wrap_new_SBBreakpointName()
10317 argc = lua_gettop(L); in _wrap_SBBreakpointName_SetScriptCallbackFunction()
10730 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBreakpointName()
10872 argc = lua_gettop(L); in _wrap_new_SBBroadcaster()
11017 argc = lua_gettop(L); in _wrap_SBBroadcaster_BroadcastEventByType()
11139 argc = lua_gettop(L); in _wrap_SBBroadcaster_BroadcastEvent()
11391 argc = lua_gettop(L); in _wrap_SBBroadcaster_RemoveListener()
11494 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBBroadcaster()
12285 argc = lua_gettop(L); in _wrap_SBCommandInterpreter_HandleCommand()
12646 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCommandInterpreter()
13093 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCommandInterpreterRunOptions()
13192 argc = lua_gettop(L); in _wrap_new_SBCommandReturnObject()
13372 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_GetOutput()
13448 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_GetError()
13596 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_PutOutput()
13693 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_PutError()
13895 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_SetError()
14326 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_SetImmediateOutputFile()
14455 argc = lua_gettop(L); in _wrap_SBCommandReturnObject_SetImmediateErrorFile()
14607 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCommandReturnObject()
14710 argc = lua_gettop(L); in _wrap_new_SBCommunication()
15147 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCommunication()
15253 argc = lua_gettop(L); in _wrap_new_SBCompileUnit()
15468 argc = lua_gettop(L); in _wrap_SBCompileUnit_FindLineEntryIndex()
15705 argc = lua_gettop(L); in _wrap_SBCompileUnit_GetTypes()
15867 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBCompileUnit()
15967 argc = lua_gettop(L); in _wrap_new_SBData()
17196 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBData()
17406 argc = lua_gettop(L); in _wrap_SBDebugger_Create()
17544 argc = lua_gettop(L); in _wrap_new_SBDebugger()
17925 argc = lua_gettop(L); in _wrap_SBDebugger_SetInputFile()
18025 argc = lua_gettop(L); in _wrap_SBDebugger_SetOutputFile()
18125 argc = lua_gettop(L); in _wrap_SBDebugger_SetErrorFile()
18460 argc = lua_gettop(L); in _wrap_SBDebugger_HandleProcessEvent()
18726 argc = lua_gettop(L); in _wrap_SBDebugger_CreateTarget()
20171 argc = lua_gettop(L); in _wrap_SBDebugger_GetCategory()
20621 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBDebugger()
20797 argc = lua_gettop(L); in _wrap_new_SBDeclaration()
21102 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBDeclaration()
21199 argc = lua_gettop(L); in _wrap_new_SBError()
21602 argc = lua_gettop(L); in _wrap_SBError_SetErrorStringWithFormat()
21808 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBError()
21908 argc = lua_gettop(L); in _wrap_new_SBEnvironment()
22218 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBEnvironment()
22339 argc = lua_gettop(L); in _wrap_new_SBEvent()
22627 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBEvent()
22819 argc = lua_gettop(L); in _wrap_new_SBExecutionContext()
23023 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBExecutionContext()
23112 argc = lua_gettop(L); in _wrap_new_SBExpressionOptions()
23218 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetCoerceResultToId()
23340 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetUnwindOnError()
23462 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetIgnoreBreakpoints()
23584 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetFetchDynamicValue()
23706 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetTimeoutInMicroSeconds()
23828 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetOneThreadTimeoutInMicroSeconds()
23950 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetTryAllThreads()
24072 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetStopOthers()
24194 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetTrapExceptions()
24342 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetGenerateDebugInfo()
24464 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetSuppressPersistentResult()
24612 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetAutoApplyFixIts()
24808 argc = lua_gettop(L); in _wrap_SBExpressionOptions_SetTopLevel()
24910 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBExpressionOptions()
25056 argc = lua_gettop(L); in _wrap_new_SBFile()
25388 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFile()
25525 argc = lua_gettop(L); in _wrap_new_SBFileSpec()
25926 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFileSpec()
26026 argc = lua_gettop(L); in _wrap_new_SBFileSpecList()
26268 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFileSpecList()
26360 argc = lua_gettop(L); in _wrap_new_SBFrame()
26859 argc = lua_gettop(L); in _wrap_SBFrame_GetFunctionName()
26975 argc = lua_gettop(L); in _wrap_SBFrame_IsInlined()
27067 argc = lua_gettop(L); in _wrap_SBFrame_IsArtificial()
27247 argc = lua_gettop(L); in _wrap_SBFrame_EvaluateExpression()
27640 argc = lua_gettop(L); in _wrap_SBFrame_GetVariables()
27844 argc = lua_gettop(L); in _wrap_SBFrame_FindVariable()
27996 argc = lua_gettop(L); in _wrap_SBFrame_GetValueForVariablePath()
28124 argc = lua_gettop(L); in _wrap_SBFrame_FindValue()
28251 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFrame()
28373 argc = lua_gettop(L); in _wrap_new_SBFunction()
28577 argc = lua_gettop(L); in _wrap_SBFunction_GetInstructions()
28942 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBFunction()
29272 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBHostOS()
29366 argc = lua_gettop(L); in _wrap_new_SBInstruction()
29745 argc = lua_gettop(L); in _wrap_SBInstruction_Print()
29962 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBInstruction()
30064 argc = lua_gettop(L); in _wrap_new_SBInstructionList()
30335 argc = lua_gettop(L); in _wrap_SBInstructionList_Print()
30484 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBInstructionList()
30599 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBLanguageRuntime()
31849 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBLaunchInfo()
31978 argc = lua_gettop(L); in _wrap_new_SBLineEntry()
32337 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBLineEntry()
32456 argc = lua_gettop(L); in _wrap_new_SBListener()
33091 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBListener()
33193 argc = lua_gettop(L); in _wrap_new_SBMemoryRegionInfo()
33605 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBMemoryRegionInfo()
33707 argc = lua_gettop(L); in _wrap_new_SBMemoryRegionInfoList()
33858 argc = lua_gettop(L); in _wrap_SBMemoryRegionInfoList_Append()
33948 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBMemoryRegionInfoList()
34088 argc = lua_gettop(L); in _wrap_new_SBModule()
34734 argc = lua_gettop(L); in _wrap_SBModule_FindSymbol()
34856 argc = lua_gettop(L); in _wrap_SBModule_FindSymbols()
35032 argc = lua_gettop(L); in _wrap_SBModule_FindFunctions()
35268 argc = lua_gettop(L); in _wrap_SBModule_GetTypes()
35641 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBModule()
35768 argc = lua_gettop(L); in _wrap_new_SBModuleSpec()
36259 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBModuleSpec()
36362 argc = lua_gettop(L); in _wrap_new_SBModuleSpecList()
36478 argc = lua_gettop(L); in _wrap_SBModuleSpecList_Append()
36722 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBModuleSpecList()
36819 argc = lua_gettop(L); in _wrap_new_SBPlatformConnectOptions()
37040 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBPlatformConnectOptions()
37158 argc = lua_gettop(L); in _wrap_new_SBPlatformShellCommand()
37510 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBPlatformShellCommand()
37603 argc = lua_gettop(L); in _wrap_new_SBPlatform()
38306 argc = lua_gettop(L); in _wrap_SBPlatform_MakeDirectory()
38482 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBPlatform()
38594 argc = lua_gettop(L); in _wrap_new_SBProcess()
39027 argc = lua_gettop(L); in _wrap_SBProcess_ReportEventState()
39945 argc = lua_gettop(L); in _wrap_SBProcess_GetStopID()
41035 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBProcess()
41201 argc = lua_gettop(L); in _wrap_new_SBProcessInfo()
41576 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBProcessInfo()
41675 argc = lua_gettop(L); in _wrap_new_SBQueue()
42013 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBQueue()
42110 argc = lua_gettop(L); in _wrap_new_SBQueueItem()
42362 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBQueueItem()
42513 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBReproducer()
42602 argc = lua_gettop(L); in _wrap_new_SBSection()
42981 argc = lua_gettop(L); in _wrap_SBSection_GetSectionData()
43196 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSection()
43390 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSourceManager()
43644 argc = lua_gettop(L); in _wrap_SBStream_RedirectToFile()
43823 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBStream()
43916 argc = lua_gettop(L); in _wrap_new_SBStringList()
44062 argc = lua_gettop(L); in _wrap_SBStringList_AppendList()
44208 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBStringList()
44323 argc = lua_gettop(L); in _wrap_new_SBStructuredData()
44608 argc = lua_gettop(L); in _wrap_SBStructuredData_GetIntegerValue()
44708 argc = lua_gettop(L); in _wrap_SBStructuredData_GetFloatValue()
44808 argc = lua_gettop(L); in _wrap_SBStructuredData_GetBooleanValue()
45032 argc = lua_gettop(L); in _wrap_SBStructuredData_SetFromJSON()
45094 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBStructuredData()
45193 argc = lua_gettop(L); in _wrap_new_SBSymbol()
45397 argc = lua_gettop(L); in _wrap_SBSymbol_GetInstructions()
45705 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSymbol()
45806 argc = lua_gettop(L); in _wrap_new_SBSymbolContext()
46316 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSymbolContext()
46418 argc = lua_gettop(L); in _wrap_new_SBSymbolContextList()
46589 argc = lua_gettop(L); in _wrap_SBSymbolContextList_Append()
46734 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBSymbolContextList()
46827 argc = lua_gettop(L); in _wrap_new_SBTarget()
47245 argc = lua_gettop(L); in _wrap_SBTarget_Launch()
47446 argc = lua_gettop(L); in _wrap_SBTarget_LoadCore()
47892 argc = lua_gettop(L); in _wrap_SBTarget_AddModule()
48536 argc = lua_gettop(L); in _wrap_SBTarget_FindFunctions()
48811 argc = lua_gettop(L); in _wrap_SBTarget_FindGlobalVariables()
49375 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateByLocation()
49789 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateByName()
50114 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateByNames()
50418 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateByRegex()
50694 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateBySourceRegex()
51095 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointCreateFromScript()
51576 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointsCreateFromFile()
51789 argc = lua_gettop(L); in _wrap_SBTarget_BreakpointsWriteToFile()
52369 argc = lua_gettop(L); in _wrap_SBTarget_ReadInstructions()
52598 argc = lua_gettop(L); in _wrap_SBTarget_FindSymbols()
52978 argc = lua_gettop(L); in _wrap_SBTarget_EvaluateExpression()
53130 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTarget()
53321 argc = lua_gettop(L); in _wrap_new_SBThread()
53952 argc = lua_gettop(L); in _wrap_SBThread_StepOver()
54210 argc = lua_gettop(L); in _wrap_SBThread_StepInto()
54432 argc = lua_gettop(L); in _wrap_SBThread_StepOut()
54553 argc = lua_gettop(L); in _wrap_SBThread_StepOutOfFrame()
54686 argc = lua_gettop(L); in _wrap_SBThread_StepInstruction()
54897 argc = lua_gettop(L); in _wrap_SBThread_StepUsingScriptedThreadPlan()
55087 argc = lua_gettop(L); in _wrap_SBThread_RunToAddress()
55274 argc = lua_gettop(L); in _wrap_SBThread_Suspend()
55383 argc = lua_gettop(L); in _wrap_SBThread_Resume()
55688 argc = lua_gettop(L); in _wrap_SBThread_GetDescription()
55978 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBThread()
56119 argc = lua_gettop(L); in _wrap_new_SBThreadCollection()
56233 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBThreadCollection()
56372 argc = lua_gettop(L); in _wrap_new_SBThreadPlan()
56488 argc = lua_gettop(L); in _wrap_SBThreadPlan_IsValid()
56949 argc = lua_gettop(L); in _wrap_SBThreadPlan_QueueThreadPlanForStepOut()
57155 argc = lua_gettop(L); in _wrap_SBThreadPlan_QueueThreadPlanForStepScripted()
57262 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBThreadPlan()
57439 argc = lua_gettop(L); in _wrap_SBTrace_Start()
57574 argc = lua_gettop(L); in _wrap_SBTrace_Stop()
57655 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTrace()
57744 argc = lua_gettop(L); in _wrap_new_SBTypeMember()
57975 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeMember()
58069 argc = lua_gettop(L); in _wrap_new_SBTypeMemberFunction()
58391 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeMemberFunction()
58488 argc = lua_gettop(L); in _wrap_new_SBType()
59139 argc = lua_gettop(L); in _wrap_SBType_GetBasicType()
59771 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBType()
59992 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeList()
60081 argc = lua_gettop(L); in _wrap_new_SBTypeCategory()
61130 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeCategory()
61249 argc = lua_gettop(L); in _wrap_new_SBTypeEnumMember()
61466 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeEnumMember()
61559 argc = lua_gettop(L); in _wrap_new_SBTypeEnumMemberList()
61705 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeEnumMemberList()
61814 argc = lua_gettop(L); in _wrap_new_SBTypeFilter()
62184 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeFilter()
62369 argc = lua_gettop(L); in _wrap_new_SBTypeFormat()
62749 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeFormat()
62916 argc = lua_gettop(L); in _wrap_new_SBTypeNameSpecifier()
63211 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeNameSpecifier()
63306 argc = lua_gettop(L); in _wrap_new_SBTypeSummaryOptions()
63466 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeSummaryOptions()
63581 argc = lua_gettop(L); in _wrap_SBTypeSummary_CreateWithSummaryString()
63669 argc = lua_gettop(L); in _wrap_SBTypeSummary_CreateWithFunctionName()
63757 argc = lua_gettop(L); in _wrap_SBTypeSummary_CreateWithScriptCode()
63820 argc = lua_gettop(L); in _wrap_new_SBTypeSummary()
64224 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeSummary()
64353 argc = lua_gettop(L); in _wrap_SBTypeSynthetic_CreateWithClassName()
64441 argc = lua_gettop(L); in _wrap_SBTypeSynthetic_CreateWithScriptCode()
64504 argc = lua_gettop(L); in _wrap_new_SBTypeSynthetic()
64834 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBTypeSynthetic()
64934 argc = lua_gettop(L); in _wrap_new_SBUnixSignals()
65293 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBUnixSignals()
65390 argc = lua_gettop(L); in _wrap_new_SBValue()
65896 argc = lua_gettop(L); in _wrap_SBValue_GetValueAsSigned()
66051 argc = lua_gettop(L); in _wrap_SBValue_GetValueAsUnsigned()
66265 argc = lua_gettop(L); in _wrap_SBValue_GetSummary()
66720 argc = lua_gettop(L); in _wrap_SBValue_SetValueFromCString()
66958 argc = lua_gettop(L); in _wrap_SBValue_GetChildAtIndex()
67173 argc = lua_gettop(L); in _wrap_SBValue_CreateValueFromExpression()
67454 argc = lua_gettop(L); in _wrap_SBValue_GetChildMemberWithName()
67669 argc = lua_gettop(L); in _wrap_SBValue_GetNumChildren()
68166 argc = lua_gettop(L); in _wrap_SBValue_GetPointeeData()
68417 argc = lua_gettop(L); in _wrap_SBValue_GetExpressionPath()
68593 argc = lua_gettop(L); in _wrap_SBValue_EvaluateExpression()
68719 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBValue()
68874 argc = lua_gettop(L); in _wrap_new_SBValueList()
69014 argc = lua_gettop(L); in _wrap_SBValueList_Append()
69219 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBValueList()
69313 argc = lua_gettop(L); in _wrap_new_SBVariablesOptions()
69730 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBVariablesOptions()
69830 argc = lua_gettop(L); in _wrap_new_SBWatchpoint()
70351 lua_call(L,lua_gettop(L)-1,1); in _proxy__wrap_new_SBWatchpoint()