Home | History | Annotate | Download | only in src

Lines Matching refs:JSFunction

102   V(BOOLEAN_FUNCTION_INDEX, JSFunction, boolean_function) \
103 V(NUMBER_FUNCTION_INDEX, JSFunction, number_function) \
104 V(STRING_FUNCTION_INDEX, JSFunction, string_function) \
106 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
107 V(INTERNAL_ARRAY_FUNCTION_INDEX, JSFunction, internal_array_function) \
108 V(ARRAY_FUNCTION_INDEX, JSFunction, array_function) \
112 V(DATE_FUNCTION_INDEX, JSFunction, date_function) \
114 V(REGEXP_FUNCTION_INDEX, JSFunction, regexp_function) \
116 V(CREATE_DATE_FUN_INDEX, JSFunction, create_date_fun) \
117 V(TO_NUMBER_FUN_INDEX, JSFunction, to_number_fun) \
118 V(TO_STRING_FUN_INDEX, JSFunction, to_string_fun) \
119 V(TO_DETAIL_STRING_FUN_INDEX, JSFunction, to_detail_string_fun) \
120 V(TO_OBJECT_FUN_INDEX, JSFunction, to_object_fun) \
121 V(TO_INTEGER_FUN_INDEX, JSFunction, to_integer_fun) \
122 V(TO_UINT32_FUN_INDEX, JSFunction, to_uint32_fun) \
123 V(TO_INT32_FUN_INDEX, JSFunction, to_int32_fun) \
124 V(GLOBAL_EVAL_FUN_INDEX, JSFunction, global_eval_fun) \
125 V(INSTANTIATE_FUN_INDEX, JSFunction, instantiate_fun) \
126 V(CONFIGURE_INSTANCE_FUN_INDEX, JSFunction, configure_instance_fun) \
142 V(MAKE_MESSAGE_FUN_INDEX, JSFunction, make_message_fun) \
143 V(GET_STACK_TRACE_LINE_INDEX, JSFunction, get_stack_trace_line_fun) \
144 V(CONFIGURE_GLOBAL_INDEX, JSFunction, configure_global_fun) \
149 V(CALL_AS_FUNCTION_DELEGATE_INDEX, JSFunction, call_as_function_delegate) \
150 V(CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, JSFunction, \
152 V(SCRIPT_FUNCTION_INDEX, JSFunction, script_function) \
153 V(OPAQUE_REFERENCE_FUNCTION_INDEX, JSFunction, opaque_reference_function) \
154 V(CONTEXT_EXTENSION_FUNCTION_INDEX, JSFunction, context_extension_function) \
159 V(TO_COMPLETE_PROPERTY_DESCRIPTOR_INDEX, JSFunction, \
161 V(DERIVED_HAS_TRAP_INDEX, JSFunction, derived_has_trap) \
162 V(DERIVED_GET_TRAP_INDEX, JSFunction, derived_get_trap) \
163 V(DERIVED_SET_TRAP_INDEX, JSFunction, derived_set_trap) \
164 V(PROXY_ENUMERATE, JSFunction, proxy_enumerate) \
305 JSFunction* closure() { return JSFunction::cast(get(CLOSURE_INDEX)); }
306 void set_closure(JSFunction* closure) { set(CLOSURE_INDEX, closure); }
371 void AddOptimizedFunction(JSFunction* function);
372 void RemoveOptimizedFunction(JSFunction* function);