Searched refs:CompiledFnEntry (Results 1 – 4 of 4) sorted by relevance
165 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);
1180 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::CompiledFnEntry1233 CompiledFnEntry::~CompiledFnEntry() { in ~CompiledFnEntry()1323 CompiledFnEntry::kInternalFieldCount); in Initialize()
57 class CompiledFnEntry; variable1018 std::unordered_map<uint32_t, contextify::CompiledFnEntry*> id_to_function_map;
2496 …(https://github.com/nodejs/node/commit/c0f24be185)] - **src**: make `CompiledFnEntry` a `BaseObjec…