Lines Matching refs:function
47 function listener(event, exec_state, event_data, data) {
64 function BeginTest(name) {
74 function EndTest() {
83 function CheckScopeChain(scopes, exec_state) {
125 // that there is a function.
126 function CheckScopeContent(content, number, exec_state) {
135 if (typeof(content[p]) === 'function') {
192 function local_block_1() {
198 listener_delegate = function(exec_state) {
210 function local_2(a) {
216 listener_delegate = function(exec_state) {
228 function local_3(a) {
233 listener_delegate = function(exec_state) {
245 function local_4(a, b) {
251 listener_delegate = function(exec_state) {
263 function local_5(a) {
270 listener_delegate = function(exec_state) {
284 function local_6(a) {
292 listener_delegate = function(exec_state) {
306 function local_7(a) {
315 listener_delegate = function(exec_state) {
326 // Simple closure formed by returning an inner function referering to an outer
327 // block local variable and an outer function's parameter.
330 function closure_1(a) {
335 function f() {
343 listener_delegate = function(exec_state) {
358 function for_loop_1() {
364 listener_delegate = function(exec_state) {
369 // The function scope contains a temporary iteration variable, but it is
381 function for_loop_2() {
388 listener_delegate = function(exec_state) {
395 // The function scope contains a temporary iteration variable, hidden to the
406 function for_loop_3() {
412 listener_delegate = function(exec_state) {
428 function for_loop_4() {
435 listener_delegate = function(exec_state) {
453 function for_loop_5() {
459 listener_delegate = function(exec_state) {