Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.h180 V(DATA_VIEW_FUN_INDEX, JSFunction, data_view_fun) \
Dfactory.cc1700 Handle<JSFunction> data_view_fun( in NewJSDataView() local
1701 isolate()->native_context()->data_view_fun()); in NewJSDataView()
1704 isolate()->heap()->AllocateJSObject(*data_view_fun), in NewJSDataView()
Dbootstrapper.cc1530 Handle<JSFunction> data_view_fun = in InitializeGlobal()
1536 InstallWithIntrinsicDefaultProto(isolate, data_view_fun, in InitializeGlobal()
1538 data_view_fun->shared()->set_construct_stub( in InitializeGlobal()