Home
last modified time | relevance | path

Searched refs:CompiledFnEntry (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dnode_contextify.h165 class CompiledFnEntry final : public BaseObject {
168 SET_MEMORY_INFO_NAME(CompiledFnEntry)
169 SET_SELF_SIZE(CompiledFnEntry)
171 CompiledFnEntry(Environment* env,
175 ~CompiledFnEntry();
183 static void WeakCallback(const v8::WeakCallbackInfo<CompiledFnEntry>& data);
Dnode_contextify.cc1180 CompiledFnEntry* entry = new CompiledFnEntry(env, cache_key, id, script); in CompileFunction()
1217 void CompiledFnEntry::WeakCallback( in WeakCallback()
1218 const WeakCallbackInfo<CompiledFnEntry>& data) { in WeakCallback()
1219 CompiledFnEntry* entry = data.GetParameter(); in WeakCallback()
1223 CompiledFnEntry::CompiledFnEntry(Environment* env, in CompiledFnEntry() function in node::contextify::CompiledFnEntry
1233 CompiledFnEntry::~CompiledFnEntry() { in ~CompiledFnEntry()
1323 CompiledFnEntry::kInternalFieldCount); in Initialize()
Denv.h57 class CompiledFnEntry; variable
1018 std::unordered_map<uint32_t, contextify::CompiledFnEntry*> id_to_function_map;
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md2496 …(https://github.com/nodejs/node/commit/c0f24be185)] - **src**: make `CompiledFnEntry` a `BaseObjec…