Home
last modified time | relevance | path

Searched refs:data_view_fun (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dcontexts.h143 V(DATA_VIEW_FUN_INDEX, JSFunction, data_view_fun) \
Dfactory.cc1709 Handle<JSFunction> data_view_fun( in NewJSDataView() local
1710 isolate()->native_context()->data_view_fun()); in NewJSDataView()
1713 isolate()->heap()->AllocateJSObject(*data_view_fun), in NewJSDataView()
Dbootstrapper.cc1138 Handle<JSFunction> data_view_fun = in InitializeGlobal()
1144 native_context()->set_data_view_fun(*data_view_fun); in InitializeGlobal()