Searched refs:data_view_fun (Results 1 – 3 of 3) sorted by relevance
143 V(DATA_VIEW_FUN_INDEX, JSFunction, data_view_fun) \
1709 Handle<JSFunction> data_view_fun( in NewJSDataView() local1710 isolate()->native_context()->data_view_fun()); in NewJSDataView()1713 isolate()->heap()->AllocateJSObject(*data_view_fun), in NewJSDataView()
1138 Handle<JSFunction> data_view_fun = in InitializeGlobal()1144 native_context()->set_data_view_fun(*data_view_fun); in InitializeGlobal()