Searched refs:SetScript (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | shared-function-info.h | 217 V8_EXPORT_PRIVATE void SetScript(ReadOnlyRoots roots,
|
D | shared-function-info.cc | 178 void SharedFunctionInfo::SetScript(ReadOnlyRoots roots, in SetScript() function in v8::internal::SharedFunctionInfo
|
/third_party/node/deps/v8/src/heap/ |
D | factory-base.cc | 332 shared->SetScript(read_only_roots(), *script, literal->function_literal_id(), in NewSharedFunctionInfoForLiteral()
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.cc | 3320 shared->SetScript(isolate->factory()->read_only_roots(), *script, 0, false); in Compile()
|
/third_party/typescript/tests/baselines/reference/user/ |
D | npm.log | 228 …operty 'name' conflicts with built-in property 'Function.name' of constructor function 'SetScript'.
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 715 empty_function->shared().SetScript(ReadOnlyRoots(isolate()), *script, 1); in CreateEmptyFunction()
|