Home
last modified time | relevance | path

Searched refs:cached_data_buf (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_contextify.cc691 Local<ArrayBufferView> cached_data_buf; in New() local
705 cached_data_buf = args[4].As<ArrayBufferView>(); in New()
736 if (!cached_data_buf.IsEmpty()) { in New()
738 cached_data_buf->Buffer()->GetBackingStore()->Data()); in New()
740 data + cached_data_buf->ByteOffset(), cached_data_buf->ByteLength()); in New()
1057 Local<ArrayBufferView> cached_data_buf; in CompileFunction() local
1060 cached_data_buf = args[4].As<ArrayBufferView>(); in CompileFunction()
1096 if (!cached_data_buf.IsEmpty()) { in CompileFunction()
1098 cached_data_buf->Buffer()->GetBackingStore()->Data()); in CompileFunction()
1100 data + cached_data_buf->ByteOffset(), cached_data_buf->ByteLength()); in CompileFunction()
Dmodule_wrap.cc178 Local<ArrayBufferView> cached_data_buf = args[5].As<ArrayBufferView>(); in New() local
180 cached_data_buf->Buffer()->GetBackingStore()->Data()); in New()
182 new ScriptCompiler::CachedData(data + cached_data_buf->ByteOffset(), in New()
183 cached_data_buf->ByteLength()); in New()