Searched refs:firstCall (Results 1 – 3 of 3) sorted by relevance
79 expect(components).to.include.keys(__weex_bootstrap__.firstCall.args[0]);141 expect(bootstrapStub.firstCall.args[1]).is.not.undefined;142 expect(bootstrapStub.firstCall.args[2]).is.not.undefined;148 expect(requireStub.firstCall.args).eql(['@weex-module/modal']);154 expect(requireStub.firstCall.args).eql(['@weex-module/modal']);160 expect(requireStub.firstCall.args).eql(['@weex-module/modal']);166 expect(requireStub.firstCall.args).eql(['@weex-module/modal']);
155 static int firstCall = 1; in u_current_init() local161 if (firstCall) { in u_current_init()165 firstCall = 0; in u_current_init()
846 final RecordedInvocation firstCall = call.current;852 'the first of which was $firstCall, but did not '855 'was expected, $firstCall, was called with the following stack:',856 firstCall,