Home
last modified time | relevance | path

Searched defs:cachedData (Results 1 – 11 of 11) sorted by relevance

/third_party/node/test/parallel/
Dtest-vm-createcacheddata.js11 let cachedData = script.createCachedData(); variable
14 assert(!new Script(source, { cachedData }).cachedDataRejected); field
21 assert(!new Script(source, { cachedData }).cachedDataRejected); field
Dtest-vm-module-cached-data.js12 const cachedData = m.createCachedData(); constant
14 new SourceTextModule('const a = 1', { cachedData }); field
17 new SourceTextModule('differentSource', { cachedData }); field
Dtest-vm-cached-data.js47 cachedData field
69 cachedData: data property
82 cachedData: data property
91 cachedData: 'ohai' property
Dtest-vm-basic.js181 'cachedData': 'Buffer, TypedArray, or DataView', property
338 cachedData: result.cachedData property
343 cachedData: result.cachedData property
Dtest-vm-options-validation.js59 new vm.Script('void 0', { cachedData: value }); property
Dtest-vm-module-errors.js232 () => new SourceTextModule('import "foo";', { cachedData: invalidArg }), property
/third_party/node/lib/internal/
Dvm.js74 cachedData, produceCachedData, parsingContext, contextExtensions, argument
112 cachedData, argument
/third_party/node/lib/internal/vm/
Dmodule.js300 cachedData, property
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp552 const SkData& cachedData) { in PrecompileProgram()
/third_party/skia/src/image/
DSkImage_Lazy.cpp307 auto cachedData = static_cast<SkCachedData*>(data); in textureProxyViewFromPlanes() local
/third_party/node/src/
Djs_native_api_v8.cc1496 const uint8_t *cachedData, in OH_JSVM_CompileScript()
1582 const uint8_t* cachedData, in OH_JSVM_CompileScriptWithOrigin()