Searched refs:cached_data_buf (Results 1 – 2 of 2) sorted by relevance
691 Local<ArrayBufferView> cached_data_buf; in New() local705 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() local1060 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()
178 Local<ArrayBufferView> cached_data_buf = args[5].As<ArrayBufferView>(); in New() local180 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()