mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Rename tagging operations
* rename tagging operations to clearly recognize typeTag and tag (vtable address) * add global tag values for ScriptSimpleFunctionObject Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
This commit is contained in:
parent
de11a8a032
commit
d231bc0800
15 changed files with 115 additions and 66 deletions
|
|
@ -31,9 +31,10 @@
|
|||
|
||||
namespace Escargot {
|
||||
|
||||
template <bool isStrict = false, bool shouldClearStack = false, unsigned registerFileSize = 12>
|
||||
// ScriptSimpleFunctionObject currently supports only 4 registerFileSize (4, 8, 16, 24)
|
||||
template <bool isStrict = false, bool shouldClearStack = false, unsigned registerFileSize = 4>
|
||||
class ScriptSimpleFunctionObject : public ScriptFunctionObject {
|
||||
friend class ScriptFunctionObject;
|
||||
friend class Global;
|
||||
|
||||
protected:
|
||||
ScriptSimpleFunctionObject() // ctor for reading tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue