Lines Matching defs:function
15 #include "src/objects/shared-function-info.h"
53 (Skippable function data:)
57 | data for inner function n |
60 | data for inner function 1 |
77 | data for inner scope m | << but not for function scopes
87 for each skippable inner function.
338 // function data items, kSkippableMinFunctionDataSize each.
381 Variable* function = scope->AsDeclarationScope()->function_var();
382 if (function != nullptr) SaveDataForVariable(function);
420 // Don't save data about function scopes, since they'll have their own
590 // The skippable function *must* be the next function in the data. Use the
620 // skipped function. If the skipped functions contains inner functions, those
621 // can be skipped when the skipped function is eagerly parsed.
633 // Check that we've consumed all inner function data.
697 Variable* function = scope->AsDeclarationScope()->function_var();
698 if (function != nullptr) RestoreDataForVariable(function);
755 // The first uint32 contains the size of the skippable function data.